index
:
golang-1.16
debian
progress-linux
upstream
debian 11 backports: golang
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
misc
/
cgo
/
errors
/
testdata
/
issue18889.go
blob: bba6b8f9bb1736f8208c3ab83621f7136cd849c9 (
plain
)
1
2
3
4
5
6
7
package
main
import
"C"
func
main
()
{
_
=
C
.
malloc
// ERROR HERE
}