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
/
issue-28595
/
b.c
blob: 6aecb5f9e04c0058b0ed06452d700897a38b5951 (
plain
)
1
2
3
4
5
extern
void
a
(
void
);
void
b
(
void
)
{
a
();
}