2 /* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
3 /* { dg-skip-if "Stack alignment causes use of alloca" { nvptx-*-* } "*" "" } */
11 typedef int aligned
__attribute__((aligned(ALIGNMENT
)));
21 if (check_int (&i
.i
, __alignof__(i
.i
)) != i
.i
)