예제 #1
0
파일: runtime.go 프로젝트: RajibTheKing/gcc
func main() {
	runtime.printbool(true) // ERROR "unexported"
}
예제 #2
0
파일: runtime.go 프로젝트: 8l/go-learn
func main() {
	runtime.printbool(true) // ERROR "cannot refer|undefined identifier"
}