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
/
glibc-staticlib-args
/
library.rs
blob: 5ab627a2ac1a282531a92a42cdacce95b489f6bd (
plain
)
1
2
3
4
#[no_mangle]
pub
extern
"C"
fn
args_check
()
{
assert_ne!
(
std
::
env
::
args_os
().
count
(),
0
);
}