rustc/tests/ui/rfcs/rfc-2457-non-ascii-idents/mod_inline_nonascii_allowed.rs
2024-05-23 21:15:29 +02:00

8 lines
79 B
Rust

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