Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / template / error-recovery1.C
blobef9dc141bc7c4abf857ea3c7b6eda9820d001856
1 // PR c++/43076
3 struct S;
4 template < typename > struct T
6   template < typename >
7   template < bool > struct T < S > // { dg-error "" }
8   {
9     void f () {                 // { dg-error "" }