index
:
golang-1.20
debian
progress-linux
upstream
debian 12 backports: golang
Progress Linux
summary
refs
log
tree
commit
diff
stats
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
()
}