1//go:build !amd64 && !386
2
3package main
4
5func jump() {
6	target()
7}
8