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