go/test/fixedbugs/issue15609.dir/call.go

8 lines
67 B
Go

//go:build !amd64 && !386
package main
func jump() {
target()
}