コード例 #1
0
func Test() int {
	fmt.Println("ok")
	return int(C.test())
}
コード例 #2
0
ファイル: err1.go プロジェクト: Xiahl1990/go
func main() {
	C.test()
}