summaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/src/main_test/m.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/testdata/src/main_test/m.go')
-rw-r--r--src/cmd/go/testdata/src/main_test/m.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/src/main_test/m.go b/src/cmd/go/testdata/src/main_test/m.go
new file mode 100644
index 000000000..c682f030b
--- /dev/null
+++ b/src/cmd/go/testdata/src/main_test/m.go
@@ -0,0 +1,4 @@
+package main
+
+func F() {}
+func main() {}