mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 05:59:17 +00:00
8 lines
165 B
Rust
8 lines
165 B
Rust
//@ check-pass
|
|
|
|
struct Résumé; // ['LATIN SMALL LETTER E WITH ACUTE']
|
|
|
|
fn main() {
|
|
let _ = Résumé; // ['LATIN SMALL LETTER E', 'COMBINING ACUTE ACCENT']
|
|
}
|