2022-07-16 22:35:54 -05:00
|
|
|
#![feature(prelude_import)]
|
|
|
|
#![no_std]
|
|
|
|
#[prelude_import]
|
|
|
|
use ::std::prelude::rust_2015::*;
|
|
|
|
#[macro_use]
|
|
|
|
extern crate std;
|
2024-02-16 14:02:50 -06:00
|
|
|
//@ revisions: normal expanded
|
|
|
|
//@[expanded] check-pass
|
|
|
|
//@[expanded]compile-flags: -Zunpretty=expanded
|
2022-07-16 22:35:54 -05:00
|
|
|
|
|
|
|
extern "路濫狼á́́" fn foo() {}
|
|
|
|
|
|
|
|
fn main() {}
|