1 2 3 4 5 6 7 8 9
//@ run-pass #![allow(unused_imports)] //@ edition:2018 fn main() { use std; let std = "std"; println!("{}", std); }