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