Exemplo n.º 1
0
func Main() {
	fmt.Println("begin")

	C.Pa()

	fmt.Println("end")
}
Exemplo n.º 2
0
func Gfun() {
	fmt.Println("Gfun()")
	C.Pa()
}