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