blob: 2b8be1f0fc9b9dd92f401e4037ec43883751468c [file] [log] [blame]
// https://github.com/rust-lang/rust/issues/9918
//@ run-pass
pub fn main() {
assert_eq!((0 + 0u8) as char, '\0');
}