Exemplo n.º 1
0
func main() {
	runtime.printbool(true) // ERROR "unexported"
}
Exemplo n.º 2
0
func main() {
	runtime.printbool(true) // ERROR "cannot refer|undefined identifier"
}