about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass/option_eq.rs
blob: e698f8767746c27bc77efc96afbff56c5bdb6341 (plain)
1
2
3
fn main() {
    assert_eq!(std::char::from_u32('x' as u32), Some('x'));
}