Adapt to _Bool -> bool Use reg expr, because when building cling standalone we should still get _Bool.
This commit is contained in:
parent
927ecd4c53
commit
342918a4b9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user