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