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