index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
cgo
/
test
/
issue8828
/
trivial.go
blob: e7b9a4e573dc0935f09e5a8bd065f9f0b32edcfd (
plain
)
1
2
3
4
5
6
7
8
package
issue8828
//void foo();
import
"C"
func
Bar
() {
C
.
foo
()
}