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