10 lines
107 B
Rust
10 lines
107 B
Rust
fn foo() {
|
|
if true {}
|
|
loop {}
|
|
match () {}
|
|
while true {}
|
|
for _ in () {}
|
|
{}
|
|
{}
|
|
}
|