aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/unicode_norm1.rs
blob: d4960545600c469d2775d67c8458ade82958b6d4 (plain)
1
2
3
4
5
6
fn main() {
    // U+304C
    let= ();
    // U+304B + U+3099
    let _ = が;
}