2019-07-26 21:54:25 +00:00
|
|
|
// run-pass
|
2014-07-21 22:57:14 +00:00
|
|
|
//
|
2013-05-21 19:55:54 +00:00
|
|
|
|
|
|
|
// Test that multibyte characters don't crash the compiler
|
2013-09-25 07:43:37 +00:00
|
|
|
pub fn main() {
|
2014-01-09 10:06:55 +00:00
|
|
|
println!("마이너스 사인이 없으면");
|
2013-05-21 19:55:54 +00:00
|
|
|
}
|