blob: 45bc0bd457b10a56033b917d364ab3f852183663 [file] [log] [blame]
//@ known-bug: #120873
#[repr(packed)]
struct Dealigned<T>(u8, T);
#[derive(PartialEq)]
#[repr(C)]
struct Dealigned<T>(u8, T);