Checks that #[repr(packed)] is not used without C — it should be #[repr(C, packed)].
#[repr(packed)]
C
#[repr(C, packed)]