5 lines
47 B
Rust
5 lines
47 B
Rust
|
fn zero() {
|
||
|
// SAFETY:
|
||
|
unsafe { 0 };
|
||
|
}
|