Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
vendor
/
getopts-0.2.21
/
tests
/
smoke.rs
blob: a46f9c0167ab307f66515911b3b5ae246b38a61a [
file
] [
log
] [
blame
] [
edit
]
extern
crate getopts
;
use
std
::
env
;
#[
test
]
fn
main
()
{
getopts
::
Options
::
new
().
parse
(
env
::
args
()).
unwrap
();
}