mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 10:24:16 +00:00
7 lines
76 B
Rust
7 lines
76 B
Rust
![]() |
//compile-pass
|
||
|
|
||
|
fn main() {
|
||
|
|
||
|
let _: &'static usize = &(loop {}, 1).1;
|
||
|
}
|