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