OSDN Git Service

PR c++/9335
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / error-recovery1.C
1 // PR c++/43076
2
3 struct S;
4 template < typename > struct T
5 {
6   template < typename >
7   template < bool > struct T < S > // { dg-error "" }
8   {
9     void f () {                 // { dg-error "" }