summaryrefslogtreecommitdiffstats
path: root/misc/cgo/testshared/testdata/execgo/exe.go
blob: 0427be8bdfdfcb18d00ffe0b0e69a674a091aa62 (plain)
1
2
3
4
5
6
7
8
package main

/*
 */
import "C"

func main() {
}