]> git.lizzy.rs Git - rust.git/blob - tests/ui/multibyte.rs
Rollup merge of #107091 - clubby789:infer-ftl-missing-dollar, r=compiler-errors
[rust.git] / tests / ui / multibyte.rs
1 // run-pass
2 //
3
4 // Test that multibyte characters don't crash the compiler
5 pub fn main() {
6     println!("마이너스 사인이 없으면");
7 }