]> git.lizzy.rs Git - rust.git/blob - tests/ui/rfc-2457/mod_inline_nonascii_allowed.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / ui / rfc-2457 / mod_inline_nonascii_allowed.rs
1 // check-pass
2
3 mod řųśť {
4     const IS_GREAT: bool = true;
5 }
6
7 fn main() {}