rust/tests/ui/rfcs/rfc-2457-non-ascii-idents/mod_inline_nonascii_allowed.rs
2023-06-05 16:09:46 +00:00

8 lines
79 B
Rust

// check-pass
mod řųśť {
const IS_GREAT: bool = true;
}
fn main() {}