rust/tests/ui/codemap_tests/unicode.rs

9 lines
205 B
Rust
Raw Permalink Normal View History

//@ revisions: normal expanded
//@[expanded] check-pass
//@[expanded]compile-flags: -Zunpretty=expanded
//@ edition: 2015
extern "路濫狼á́́" fn foo() {} //[normal]~ ERROR invalid ABI
2016-07-14 14:55:09 +00:00
fn main() { }