// rustfmt-empty_item_single_line: true
// Empty impl on single line

impl Lorem {

}

impl Ipsum {

}

fn lorem() {
}

fn lorem() {
}