Source file test/fixedbugs/issue15609.dir/call.go 1 //go:build !amd64 && !386 2 3 package main 4 5 func jump() { 6 target() 7 } 8 View as plain text