Make sure that the value is valid.a

This commit is contained in:
Vassil Vassilev 2013-08-02 17:40:52 +02:00 committed by sftnight
parent 96dbd7d963
commit 8a6adff938

View File

@ -36,4 +36,5 @@ int one; // expected-error {{redefinition of 'one' with a different type: 'int'
// Make sure that PR#98434 doesn't get reintroduced.
void f(int);
gCling->evaluate("f", V);
V.isValid() //CHECK: (_Bool) true
// end PR#98434