10 lines
69 B
Rust
10 lines
69 B
Rust
fn foo() {}
|
|
|
|
fn bar() {
|
|
for _ in 0..1 {}
|
|
}
|
|
|
|
fn baz() {
|
|
();
|
|
}
|