4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
fn main() -> bool {
|
|
let ptr = i32::null();
|
|
return i32::is_null(ptr);
|
|
} |