• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package main
2
3import "C"
4
5func main() {
6	_ = C.malloc // ERROR HERE
7}
8