[gcn] install.texi: Update for new ISA targets and their requirements
[gcc.git] / gcc / testsuite / g++.dg / template / error20.C
blobf81378fdb618af654d621837ea16eb1d0464b70e
1 // PR c++/25439
3 template<int> struct A;
4 template<> int A<0>; // { dg-error "invalid" }