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-fulldeps
/
lto-smoke-c
/
bar.c
blob: bb4036b06e13b79a32ec78ae04db97590f54b2cc (
plain
)
1
2
3
4
5
6
void
foo
();
int
main
()
{
foo
();
return
0
;
}