]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/pass/option_eq.rs
Auto merge of #104915 - weihanglo:update-cargo, r=ehuss
[rust.git] / src / tools / miri / tests / pass / option_eq.rs
1 fn main() {
2     assert_eq!(std::char::from_u32('x' as u32), Some('x'));
3 }