go/src/cmd/link/testdata/testBuildFortvOS/lib.go

9 lines
75 B
Go

package main
import "C"
//export GoFunc
func GoFunc() {}
func main() {}