]> git.lizzy.rs Git - rust.git/blob - src/test/ui/multibyte.rs
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / 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 }