6 lines
70 B
Rust
6 lines
70 B
Rust
fn f() {
|
|
let _x: uint = loop { loop { break; } };
|
|
}
|
|
|
|
fn main() {
|
|
}
|