gcc/libgo/misc/cgo/testshared/testdata/execgo/exe.go
2019-09-06 18:12:46 +00:00

9 lines
49 B
Go

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