diff options
Diffstat (limited to 'misc/cgo/test/issue9026.go')
-rw-r--r-- | misc/cgo/test/issue9026.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/cgo/test/issue9026.go b/misc/cgo/test/issue9026.go new file mode 100644 index 0000000..a30196c --- /dev/null +++ b/misc/cgo/test/issue9026.go @@ -0,0 +1,9 @@ +package cgotest + +import ( + "testing" + + "misc/cgo/test/issue9026" +) + +func test9026(t *testing.T) { issue9026.Test(t) } |