diff options
Diffstat (limited to 'tests/ui/codemap_tests/unicode.rs')
| -rw-r--r-- | tests/ui/codemap_tests/unicode.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ui/codemap_tests/unicode.rs b/tests/ui/codemap_tests/unicode.rs new file mode 100644 index 00000000000..4df9a5270c3 --- /dev/null +++ b/tests/ui/codemap_tests/unicode.rs @@ -0,0 +1,7 @@ +// revisions: normal expanded +//[expanded] check-pass +//[expanded]compile-flags: -Zunpretty=expanded + +extern "路濫狼á́́" fn foo() {} //[normal]~ ERROR invalid ABI + +fn main() { } |
