* lto.c (do_stream_out): Add PART parameter; open dump file.
[official-gcc.git] / gcc / testsuite / go.go-torture / execute / goto-1.go
blob0a10c2ef29499727dcc3b38c97f9cc8d5314be7f
1 package main
3 func main() {
4 goto lab;
5 panic(0);
6 lab: