5 lines
108 B
Rust
5 lines
108 B
Rust
|
// error-pattern: entering unreachable code
|
||
|
fn main() {
|
||
|
unsafe { std::hint::unreachable_unchecked() }
|
||
|
}
|