2019-10-29 00:00:00 +00:00
|
|
|
// build-pass
|
2018-09-25 23:51:35 +02:00
|
|
|
#![allow(unused_imports)]
|
2015-03-22 13:13:15 -07:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
|
2015-03-27 10:58:12 -07:00
|
|
|
#[macro_use] extern crate std as std2;
|
2014-06-24 16:29:15 -07:00
|
|
|
|
|
|
|
|
fn main() {}
|