summaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/src/cgotest/m.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/testdata/src/cgotest/m.go')
-rw-r--r--src/cmd/go/testdata/src/cgotest/m.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/src/cgotest/m.go b/src/cmd/go/testdata/src/cgotest/m.go
new file mode 100644
index 000000000..4d68307cf
--- /dev/null
+++ b/src/cmd/go/testdata/src/cgotest/m.go
@@ -0,0 +1,5 @@
+package cgotest
+
+import "C"
+
+var _ C.int