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
/
redundant-libs
/
baz.c
blob: a4e2c2b717fdbeddb398c8753330e7b50c5540c9 (
plain
)
1
2
3
4
5
6
7
extern
void
foo1
();
extern
void
foo2
();
void
baz
()
{
foo1
();
foo2
();
}