OSDN Git Service

PR c++/30849
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / template20.C
1 // PR c++/28858
2 // { dg-do compile }
3
4 template<int N struct A;  // { dg-error "before" }
5
6 bool i = 1 > 0;           // { dg-bogus "" }
7 int j = i;                // { dg-bogus "" }