PR c++/85262 - ICE with redundant qualification on constructor.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / template20.C
blob2705f462981033ebc8abf62dea628046e20f19d2
1 // PR c++/28858
2 // { dg-do compile }
4 template<int N struct A;  // { dg-error "before" }
6 bool i = 1 > 0;           // { dg-bogus "" }
7 int j = i;                // { dg-bogus "" }