blob: 7b270ceb688148a8d3a076609021dfd4133b68be [file] [log] [blame]
// compile-pass
#![allow(unused_attributes)]
// compile-flags:--cfg set1
#![cfg_attr(set1, feature(custom_attribute))]
#![foobar]
fn main() {}