preprocessor: Create the parser before handling command-line includes [PR115312]
[official-gcc.git] / gcc / testsuite / go.dg / goto-1.go
blobe20fe4de96bc951279c7f3feb2f85ea8cdaaf859
1 // { dg-do compile }
3 package main
5 func main() {
6 goto lab; // { dg-error "undefined label" }