Add execution tests of ARM EXT intrinsics
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr32115.C
blob5722aa3365c42d042db5ced853ab73bb925087e6
1 // { dg-do compile { target c++11 } }
2 template<typename ...T, int = 0> struct A {}; // { dg-error "end of" }
4 A<int> a; // { dg-error "mismatch|expected|invalid" }