[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git] / gcc / testsuite / g++.dg / other / pr28432.C
blob8e2428594d90614a5646871d6c776a250c0363bc
2 // Test to make sure we do not ICE on this invalid program.
4 // { dg-options "" }
6 struct A {}; // { dg-message "defined here" }
8 void A::foo(); // { dg-error "no declaration matches" }
9 // { dg-message "no functions named" "note" { target *-*-* } .-1 }