Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
multibyte.rs
blob: 7e3a577f9f2c80dabdcfd346d1cf31d9dc1d5e49 [
file
] [
log
] [
blame
]
// run-pass
//
// Test that multibyte characters don't crash the compiler
pub
fn
main
()
{
println
!(
"마이너스 사인이 없으면"
);
}