blob: b1bb0c66ae2bbd64138fb7bfd7d5eaeba0eacfca [file] [log] [blame]
//! Test that multibyte Unicode characters don't crash the compiler.
//!
//! Regression test for <https://github.com/rust-lang/rust/issues/4780>.
//@ run-pass
pub fn main() {
println!("마이너스 사인이 없으면");
}