OSDN Git Service

PR c++/52685
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / incomplete3.C
1 // PR c++/27315
2 // { dg-do compile }
3
4 struct A;                  // { dg-error "forward declaration" }
5 template void A::foo<0>(); // { dg-error "before|incomplete" }