[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git] / gcc / testsuite / g++.dg / template / void7.C
blob5edff9e8563530e38497e20e3367614862ec702e
1 //PR c++/28741
3 template<void> struct A         // { dg-error "not a valid type" }
5   static int i;
6 };
8 A<0> a;                        // { dg-message "non-type" }