blob: 9fcac19b5ce0661e650363c48a5d6efdaa38025c [file] [log] [blame]
fn foo() {
}
bar() {
if true {
1
} else {
2 + 3
}
}
fn baz() {
}