DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / vendor / getopts-0.2.21 / tests / smoke.rs
12345678
extern crate getopts; use std::env; #[test] fn main() { getopts::Options::new().parse(env::args()).unwrap(); }