Пример #1
0
func Test() int {
	fmt.Println("ok")
	return int(C.test())
}
Пример #2
0
func main() {
	C.test()
}