blob: fbbcb52a878aa75087d70ac9b006218db6c8d02d [file] [log] [blame]
// rustfmt-reorder_modules: true
// Do not reorder inline modules.
mod c;
mod a {
fn a() {}
}
mod b;