summary refs log tree commit diff
path: root/src/test/auxiliary/packed.rs
blob: 150de8d314d8f769d9ed1de9675f6eea98d73d1a (plain)
1
2
3
4
5
#[packed]
pub struct S {
    a: u8,
    b: u32
}