issue18889.go 70 B

1234567
  1. package main
  2. import "C"
  3. func main() {
  4. _ = C.malloc // ERROR HERE
  5. }