]> git.lizzy.rs Git - rust.git/blob - src/test/ui/multibyte.rs
Rollup merge of #90376 - oli-obk:๐Ÿงน, r=spastorino
[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 }