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