summary refs log tree commit diff
path: root/tests/ui/multibyte.rs
blob: d585a791fb9c11bccd0cd76c01e0837629cf44da (plain)
1
2
3
4
5
6
7
//@ run-pass
//

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