mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
8 lines
144 B
Rust
8 lines
144 B
Rust
//@ run-pass
|
|
//
|
|
|
|
// Test that multibyte characters don't crash the compiler
|
|
pub fn main() {
|
|
println!("마이너스 사인이 없으면");
|
|
}
|