index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
run-make
/
static-dylib-by-default
/
main.c
blob: 5f7f2c27cd353e21bd542e9354df8e1aa5bf6076 (
plain
)
1
2
3
4
5
6
extern
void
bar
();
int
main
()
{
bar
();
return
0
;
}