blob: a550e04129a3327f8ec6f93def4d25ea6ccc06f7 [file] [log] [blame]
#[repr(i32)] //~ ERROR: E0084
enum Foo {}
fn main() {
}