package main /* #include void callOnMeGo_cgo(int n) { printf("callOnMeGo_cgo called\n"); void callOnMeGo(int); callOnMeGo(n); } */ import "C"