perkeep/misc/cgo/use.go

11 lines
79 B
Go

package main
import (
"camdev/ctest"
)
func main() {
ctest.CallC("foo")
}