]> git.lizzy.rs Git - rust.git/blob - tests/ui/multibyte.rs
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[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 }