Source file misc/cgo/errors/testdata/issue18889.go

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

View as plain text