Golang程序  |  9行  |  69 B

package issue8828

//void foo();
import "C"

func Bar() {
	C.foo()
}