summaryrefslogtreecommitdiffstats
path: root/src/test/ui/codemap_tests/unicode.expanded.stdout
blob: d14bb42b2fdb29a9212f2561595574c301e1390a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#![feature(prelude_import)]
#![no_std]
#[prelude_import]
use ::std::prelude::rust_2015::*;
#[macro_use]
extern crate std;
// revisions: normal expanded
//[expanded] check-pass
//[expanded]compile-flags: -Zunpretty=expanded

extern "路濫狼á́́" fn foo() {}

fn main() {}