rt_gccstream/gcc/testsuite/g++.dg/other/error14.C

8 lines
103 B
C

//PR c++/26269
void foo()
{
i; // { dg-error "not declared in this scope" }
int i;
}