2018-09-14 12:20:28 +02:00
|
|
|
#![allow(unused_attributes)]
|
|
|
|
|
2015-03-22 13:13:15 -07:00
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
|
2015-03-05 18:33:58 -08:00
|
|
|
#![feature(custom_attribute, test)]
|
2015-02-14 16:15:43 +05:30
|
|
|
|
2011-07-27 14:48:34 +02:00
|
|
|
mod m {
|
2013-01-30 15:56:40 -08:00
|
|
|
#[foo = "bar"]
|
2014-03-14 11:16:10 -07:00
|
|
|
extern crate test;
|
2011-07-27 14:48:34 +02:00
|
|
|
}
|
|
|
|
|
2013-02-01 19:43:17 -08:00
|
|
|
pub fn main() {
|
2011-07-27 14:48:34 +02:00
|
|
|
}
|