github.com/golang/gofrontend@v0.0.0-20240429183944-60f985a78526/libgo/misc/cgo/errors/testdata/issue18889.go (about)

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