Sign in
fuchsia
/
third_party
/
rust
/
8429c9911b68afe9c0cc5804cb15fc22f03d913c
/
.
/
tests
/
ui
/
multibyte.rs
blob: d585a791fb9c11bccd0cd76c01e0837629cf44da [
file
] [
log
] [
blame
]
//@ run-pass
//
// Test that multibyte characters don't crash the compiler
pub
fn
main
()
{
println
!(
"마이너스 사인이 없으면"
);
}