slot2              35 maint/gnulib/tests/test-alignof.c   typedef struct { char slot1; type slot2; } type##_helper; \
slot2              36 maint/gnulib/tests/test-alignof.c   verify (alignof_slot (type) == offsetof (type##_helper, slot2)); \
slot2              56 maint/gnulib/tests/test-stdalign.c   typedef struct { char slot1; type slot2; } type##_helper; \
slot2              57 maint/gnulib/tests/test-stdalign.c   verify (alignof (type) == offsetof (type##_helper, slot2)); \