go/misc/cgo/testshared/testdata/execgo/exe.go

9 lines
49 B
Go

package main
/*
*/
import "C"
func main() {
}