2019-07-02 16:30:28 -05:00
|
|
|
// build-pass (FIXME(62277): could be check-pass?)
|
2015-03-22 15:13:15 -05:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2019-06-08 03:36:43 -05:00
|
|
|
#![feature(rustc_attrs)]
|
|
|
|
#![feature(test)]
|
2015-02-14 04:45:43 -06:00
|
|
|
|
2019-06-08 03:36:43 -05:00
|
|
|
#[rustc_dummy = "bar"]
|
2014-03-14 13:16:10 -05:00
|
|
|
extern crate test;
|
2011-07-27 07:48:34 -05:00
|
|
|
|
2019-06-08 03:36:43 -05:00
|
|
|
fn main() {}
|