Sign in
android
/
platform
/
prebuilts
/
go
/
linux-x86
/
643eba3233010e7c3c50e3885e7c35729e49eea8
/
.
/
misc
/
cgo
/
test
/
issue8828
/
trivial.go
blob: e7b9a4e573dc0935f09e5a8bd065f9f0b32edcfd [
file
] [
log
] [
blame
]
package issue8828
//void foo();
import "C"
func Bar() {
C.foo()
}