trivial.go 69 B

12345678
  1. package issue8828
  2. //void foo();
  3. import "C"
  4. func Bar() {
  5. C.foo()
  6. }