Golang程序  |  8行  |  70 B

package main

import "C"

func main() {
	_ = C.malloc // ERROR HERE
}