blob: 223a434dbb9e7e976a566a26678f3d9125af3f70 [file] [log] [blame]
#![allow(unused_attributes)]
#![allow(unknown_lints)]
// pretty-expanded FIXME #23616
#![allow(unused_attribute)]
#![feature(custom_attribute)]
#[foo(bar)]
mod foo {
#![feature(globs)]
}
pub fn main() {}