]> git.lizzy.rs Git - rust.git/blob - src/test/ui/codemap_tests/unicode.expanded.stdout
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[rust.git] / src / test / ui / codemap_tests / unicode.expanded.stdout
1 #![feature(prelude_import)]
2 #![no_std]
3 #[prelude_import]
4 use ::std::prelude::rust_2015::*;
5 #[macro_use]
6 extern crate std;
7 // revisions: normal expanded
8 //[expanded] check-pass
9 //[expanded]compile-flags: -Zunpretty=expanded
10
11 extern "路濫狼á́́" fn foo() {}
12
13 fn main() {}