mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-26 08:03:27 +00:00
6 lines
73 B
Rust
6 lines
73 B
Rust
//@ run-pass
|
|
|
|
pub fn main() {
|
|
assert_eq!((0 + 0u8) as char, '\0');
|
|
}
|