Exemple #1
0
func Test() int {
	fmt.Println("ok")
	return int(C.test())
}
Exemple #2
0
func main() {
	C.test()
}