示例#1
0
func Test() int {
	fmt.Println("ok")
	return int(C.test())
}
示例#2
0
文件: err1.go 项目: Xiahl1990/go
func main() {
	C.test()
}