blob: 4b93ef0940697623908045665d2d67d3426d4707 (
plain)
1
2
3
4
5
6
7
8
|
//@ revisions: normal expanded
//@[expanded] check-pass
//@[expanded]compile-flags: -Zunpretty=expanded
//@ edition: 2015
extern "路濫狼á́́" fn foo() {} //[normal]~ ERROR invalid ABI
fn main() { }
|