OSDN Git Service

PR c++/55058
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / other / error14.C
1 //PR c++/26269
2
3 void foo()
4 {
5     i;          // { dg-error "not declared in this scope" }
6     int i;
7 }