]> git.lizzy.rs Git - rust.git/blob - src/test/ui/codemap_tests/unicode.expanded.stdout
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[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() {}