summaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/cgocover/p_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/testdata/cgocover/p_test.go')
-rw-r--r--src/cmd/go/testdata/cgocover/p_test.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/cgocover/p_test.go b/src/cmd/go/testdata/cgocover/p_test.go
new file mode 100644
index 000000000..a8f057e35
--- /dev/null
+++ b/src/cmd/go/testdata/cgocover/p_test.go
@@ -0,0 +1,7 @@
+package p
+
+import "testing"
+
+func TestF(t *testing.T) {
+ F()
+}