func Main() { fmt.Println("begin") C.Pa() fmt.Println("end") }
func Gfun() { fmt.Println("Gfun()") C.Pa() }