]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2457/idents-normalized.rs
Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-2022-04-22
[rust.git] / src / test / ui / rfc-2457 / idents-normalized.rs
1 // check-pass
2
3 struct Résumé; // ['LATIN SMALL LETTER E WITH ACUTE']
4
5 fn main() {
6     let _ = Résumé; // ['LATIN SMALL LETTER E', 'COMBINING ACUTE ACCENT']
7 }