Adapt to _Bool -> bool Use reg expr, because when building cling standalone we should still get _Bool.

This commit is contained in:
Vassil Vassilev 2013-09-05 17:11:20 +02:00 committed by sftnight
parent 927ecd4c53
commit 342918a4b9

View File

@ -39,5 +39,5 @@ void f(int) { return; }
.rawInput
gCling->evaluate("f", V);
V.isValid() //CHECK: (_Bool) true
V.isValid() //CHECK: {{\([_]B|b}}ool) true
// end PR#98434