Golang程序  |  8行  |  63 B

// +build !amd64,!386

package main

func jump() {
	target()
}