rust/src/test/auxiliary/packed.rs

6 lines
45 B
Rust
Raw Normal View History

2013-05-06 09:35:27 -05:00
#[packed]
struct S {
a: u8,
b: u32
}