2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / other / error14.C
blobb3c930188e39c9808cfae636bfc05f01a5ffcdda
1 //PR c++/26269
3 void foo()
5     i;          // { dg-error "not declared in this scope" }
6     int i;