about summary refs log tree commit diff
path: root/src/test/run-pass/multibyte.rs
blob: 889f0cb75c7e9796d5be0b4cc06e24e232e407c8 (plain)
1
2
3
4
5
6
//

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