]> git.lizzy.rs Git - rust.git/blob - tests/ui/multibyte.rs
Rollup merge of #106715 - BoxyUwU:new_solver_triagebot, r=lcnr
[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 }