//@ check-pass
#![deny(unused_attributes)]
#[repr(C)]
#[repr(packed)]
pub struct Foo;
pub struct Bar;
fn main() { }