3 // { dg-options "-fsanitize=address -fcompare-debug" }
9 extern void __assert_fail (__const char *__assertion, __const char *__file,
10 unsigned int __line, __const char *__function);
15 BarBox (int xl = 0, int yl = 0) { }
19 explicit BarFoo (BarBox box) {
20 ((_orig_mask) ? static_cast < void >(0) :
21 __assert_fail ("_orig_mask", "foo.h", 159, __PRETTY_FUNCTION__));
27 ProcessOp (foo_aux::BarParser * p, int xl, int yr)
29 foo::BarFoo tiles (foo::BarBox (xl, yr));