summaryrefslogtreecommitdiffstats
path: root/tests/ui/multibyte.rs
blob: 7e3a577f9f2c80dabdcfd346d1cf31d9dc1d5e49 (plain)
1
2
3
4
5
6
7
// run-pass
//

// Test that multibyte characters don't crash the compiler
pub fn main() {
    println!("마이너스 사인이 없으면");
}