blob: 090284a21fdce001724746a5256e53b57992b5e5 [file] [log] [blame]
// rustfmt-edition: 2018
use ::ignore;
use ::ignore::some::more;
use ::{foo, bar};
use ::*;
use ::baz::{foo, bar};
fn main() {
println!("Hello, world!");
}