blob: a408c9757165c4979f40a36e889ff52b1924d4a3 [file] [log] [blame]
#![feature(non_ascii_idents)]
#[no_mangle]
pub fn řųśť() {} //~ `#[no_mangle]` requires ASCII identifier
fn main() {}