summaryrefslogtreecommitdiffstats
path: root/misc/cgo/testshared/testdata/execgo/exe.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/testshared/testdata/execgo/exe.go')
-rw-r--r--misc/cgo/testshared/testdata/execgo/exe.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/cgo/testshared/testdata/execgo/exe.go b/misc/cgo/testshared/testdata/execgo/exe.go
new file mode 100644
index 0000000..0427be8
--- /dev/null
+++ b/misc/cgo/testshared/testdata/execgo/exe.go
@@ -0,0 +1,8 @@
+package main
+
+/*
+ */
+import "C"
+
+func main() {
+}