9 lines
69 B
Go
Raw Normal View History

2018-12-28 16:30:48 +01:00
package issue8828
//void foo();
import "C"
func Bar() {
C.foo()
}