blob: e698f8767746c27bc77efc96afbff56c5bdb6341 [file] [log] [blame]
fn main() {
assert_eq!(std::char::from_u32('x' as u32), Some('x'));
}