mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
13 lines
94 B
Rust
13 lines
94 B
Rust
fn foo() {
|
|
;
|
|
}
|
|
|
|
fn bar() {
|
|
for _ in 0..1 {
|
|
;
|
|
}
|
|
}
|
|
|
|
fn baz() {
|
|
();
|
|
} |