Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.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" }