Sign in
go
/
go
/
a5eb3dceaf8d4e3fafac0d947decae62d3028df1
/
.
/
misc
/
cgo
/
test
/
issue8828
/
trivial.go
blob: e7b9a4e573dc0935f09e5a8bd065f9f0b32edcfd [
file
] [
log
] [
blame
]
package issue8828
//void foo();
import "C"
func Bar() {
C.foo()
}