/
opt
/
golang
/
1.19.4
/
misc
/
cgo
/
errors
/
testdata
/
up file
home
package main import "C" func main() { _ = C.malloc // ERROR HERE }