rust/src/test/run-pass/main-ivec.rs

2 lines
58 B
Rust

fn main(args: [str]) { for s in args { log(debug, s); } }