blob: 5af03a2b8d137a9ca320b88586841c6ff3d9a5b5 [file] [log] [blame]
carbotaniuman230b58f2024-05-15 18:52:08 -05001#[unsafe(repr(C))] //~ ERROR: is not an unsafe attribute
2struct Foo {}
3
4fn main() {}