rustc/tests/run-make/doctests-runtool/runtool.rs
2024-05-27 22:45:50 +02:00

4 lines
75 B
Rust

fn main() {
eprintln!("{:?}", std::env::args().collect::<Vec<_>>());
}