aboutsummaryrefslogtreecommitdiff
path: root/misc/cgo/testcarchive/testdata/libgo9/a.go
diff options
context:
space:
mode:
Diffstat (limited to 'misc/cgo/testcarchive/testdata/libgo9/a.go')
-rw-r--r--misc/cgo/testcarchive/testdata/libgo9/a.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/cgo/testcarchive/testdata/libgo9/a.go b/misc/cgo/testcarchive/testdata/libgo9/a.go
deleted file mode 100644
index acb08d90ec..0000000000
--- a/misc/cgo/testcarchive/testdata/libgo9/a.go
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2023 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-package main
-
-import "runtime"
-
-import "C"
-
-func main() {}
-
-//export GoF
-func GoF() { runtime.GC() }