summary refs log tree commit diff
path: root/tests/ui/codemap_tests/unicode.expanded.stdout
blob: eb53d12e94f3c675468b8957e85fdacea4e22d99 (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() {}