rust/tests/run-make/glibc-staticlib-args/library.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
96 B
Rust
Raw Normal View History

#[no_mangle]
pub extern "C" fn args_check() {
assert_ne!(std::env::args_os().count(), 0);
}