blob: f28f76db9389dd47f49249dd006b2863905567c1 [file] [log] [blame]
// compile-pass
#![feature(custom_attribute, unrestricted_attribute_tokens)]
#[my_attr = !] // OK under feature gate
fn main() {}