1 2 3 4 5 6
#[repr = ""] // { dg-error "malformed .repr. attribute" } struct ThreeInts { first: i16, second: i8, third: i32 }