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