blob: 067241359287b13c014c13e60f3330c595368a24 [file] [log] [blame]
fn foo() {}
fn bar() {
for _ in 0..1 {}
}
fn baz() {
();
}