]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2457/no_mangle_nonascii_forbidden.rs
Rollup merge of #84250 - jclulow:illumos-bash-bootstrap, r=Mark-Simulacrum
[rust.git] / src / test / ui / rfc-2457 / no_mangle_nonascii_forbidden.rs
1 #[no_mangle]
2 pub fn řųśť() {}  //~ `#[no_mangle]` requires ASCII identifier
3
4 fn main() {}