rustc/tests/ui/multibyte.rs
2024-06-21 09:39:33 +02:00

8 lines
144 B
Rust

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