blob: bba6b8f9bb1736f8208c3ab83621f7136cd849c9 [file] [log] [blame]
package main
import "C"
func main() {
_ = C.malloc // ERROR HERE
}