[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git] / gcc / testsuite / g++.dg / other / error14.C
blobb3c930188e39c9808cfae636bfc05f01a5ffcdda
1 //PR c++/26269
3 void foo()
5     i;          // { dg-error "not declared in this scope" }
6     int i;