OSDN Git Service

PR c++/49855
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / crash96.C
1 // PR c++/40406
2
3 template<int> struct A
4 {
5   template<int> template<int> void A::foo() {} // { dg-error "extra qualification" }
6 };