Searched refs:g_packedstruct (Results 1 – 2 of 2) sorted by relevance
30 } g_packedstruct; variable32 static_assert(__alignof__(g_packedstruct.a) == 1, "__alignof__(packed_struct.member) != 1");
22 CHECK_ALIGNMENT(struct packed_struct, g_packedstruct, 1, 1);23 STATIC_ASSERT(__alignof__(g_packedstruct.a) == 1);