[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git] / gcc / testsuite / g++.dg / parse / crash33.C
blob5ccb6529c6ee718b64c3f3002959b6b952bb5783
1 // PR c++/28878
2 // { dg-do compile }
4 template<int>
5 void foo()
7   throw;
10 // { dg-prune-output "expected" }
11 // { dg-prune-output "array bound" }