summaryrefslogtreecommitdiffstats
path: root/test/fixedbugs/issue15609.dir/call.go
blob: 41a489cebd44cd9457cd00a3f21c2ea24c7a5b79 (plain)
1
2
3
4
5
6
7
// +build !amd64,!386

package main

func jump() {
	target()
}