Files
2024-09-21 23:49:08 +10:00

8 lines
67 B
Go

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