Example #1
0
func Test() int {
	fmt.Println("ok")
	return int(C.test())
}
Example #2
0
File: err1.go Project: Xiahl1990/go
func main() {
	C.test()
}