]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/pass/option_eq.rs
Auto merge of #101837 - scottmcm:box-array-from-vec, r=m-ou-se
[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 }