mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
7 lines
78 B
Rust
7 lines
78 B
Rust
//@ known-bug: #138361
|
|
|
|
fn main() {
|
|
[0; loop{}];
|
|
std::mem::transmute(4)
|
|
}
|