func main() { runtime.printbool(true) // ERROR "unexported" }
func main() { runtime.printbool(true) // ERROR "cannot refer|undefined identifier" }