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