summaryrefslogtreecommitdiff
path: root/misc/cgo/test/cgo_test.go
blob: 967dc0e9249889e72f1a4376d83442e904624a5e (plain)
1
2
3
4
5
package cgotest

// dummy file so gotest thinks there are tests.
// the actual tests are in the main go files, next
// to the code they test.