Home | History | Annotate | Download | only in issue8828
      1 package issue8828
      2 
      3 //void foo();
      4 import "C"
      5 
      6 func Bar() {
      7 	C.foo()
      8 }
      9