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
/
interdependent-c-libraries
/
bar.c
blob: 812c97535287233599c6f936f6cd97be7f3ea5e6 (
plain
)
1
2
3
void
foo
();
void
bar
()
{
foo
();
}