Exemplo n.º 1
0
func Test() int {
	fmt.Println("ok")
	return int(C.test())
}
Exemplo n.º 2
0
Arquivo: err1.go Projeto: Xiahl1990/go
func main() {
	C.test()
}