// rustfmt-reorder_imports: true
use a;
use b;
use c;
use d;
// The previous line has a space after the `use a;`
mod a {
}
use z;
use y;
use x;