blob: df76f6b13af9b4f8a147ee7f2e927cb9cd371afe [file] [log] [blame]
// repr currently doesn't support literals
#[repr("C")] //~ ERROR E0565
struct A {}
fn main() {}