Sign in
gnu
/
gcc
/
refs/heads/devel/gimple-linterchange
/
.
/
gcc
/
testsuite
/
go.go-torture
/
execute
/
goto-1.go
blob: 0a10c2ef29499727dcc3b38c97f9cc8d5314be7f [
file
] [
log
] [
blame
]
package main
func main() {
goto lab;
panic(0);
lab:
}