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
/
glibc-staticlib-args
/
program.c
blob: 30f6974b75086ac6c67b50621f65832e1c3e8bce (
plain
)
1
2
3
4
5
6
void
args_check
();
int
main
()
{
args_check
();
return
0
;
}