blob: a0bbe3e1fa98cf512fb4c5cb5df0251a7c531669 [file] [log] [blame]
// { dg-options "-w" }
#![feature(no_core)]
#![no_core]
#[repr(C)] // { dg-error "the ...repr.. attribute may only be applied to structs, enums and unions" }
fn a() {}