blob: 45eb5e4008089c2ea6206109ac4d59159c466a48 [file] [log] [blame]
fn main() {
#[inline] struct Foo; //~ ERROR attribute should be applied to function or closure
#[repr(C)] fn foo() {} //~ ERROR attribute should be applied to struct, enum, or union
}