[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git] / gcc / testsuite / g++.dg / ubsan / pr63913.C
blob34dceb4d844160bddf16cdd82fa4f7058eba3ff8
1 // PR sanitizer/63913
2 // { dg-do compile }
3 // { dg-options "-fsanitize=bool -fnon-call-exceptions" }
5 struct B { B (); ~B (); };
7 double
8 foo (bool *x)
10   B b;
11   return *x;