aboutsummaryrefslogtreecommitdiff
path: root/tests/core/cgo/tag_pure_err.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/cgo/tag_pure_err.go')
-rw-r--r--tests/core/cgo/tag_pure_err.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/core/cgo/tag_pure_err.go b/tests/core/cgo/tag_pure_err.go
new file mode 100644
index 00000000..32b6e953
--- /dev/null
+++ b/tests/core/cgo/tag_pure_err.go
@@ -0,0 +1,6 @@
+// +build cgo
+
+package main
+
+// this file should not be compiled
+!!!