blob: ccc9971f93c56e718fefda5cee4748503513b2ba [file] [log] [blame]
// run-pass
#![allow(unused_imports)]
// edition:2018
fn main() {
use std;
let std = "std";
println!("{}", std);
}