blob: f8b3a3fba1e4a6ce40b4a1d0634c9b239b934357 [file] [log] [blame]
#![crate_type = "lib"]
pub fn foo() -> Vec<String> {
std::env::args()
.skip(1)
.collect()
}