[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git] / gcc / testsuite / g++.dg / parse / crash65.C
blob04154f40cd52aa941129ea845d7df1be5ae01871
1 // PR c++/58535
3 struct A
5   template<int> virtual void foo(); // { dg-error "templates" }
6 };