summaryrefslogtreecommitdiffstats
path: root/test/fixedbugs/issue15609.dir/call.go
blob: 48f90fd607f9e7331f9478fe196e6eb27d61dda8 (plain)
1
2
3
4
5
6
7
//go:build !amd64 && !386

package main

func jump() {
	target()
}