2 /* { dg-skip-if "Stack alignment causes use of alloca" { nvptx-*-* } } */
6 typedef __SIZE_TYPE__
size_t;
10 int a
[ALIGNMENT
/sizeof(int)] __attribute__((aligned(ALIGNMENT
)));
11 check (&a
, ALIGNMENT
);
12 int b
[ALIGNMENT
/sizeof(int)] __attribute__((aligned(ALIGNMENT
)));
13 check (&b
, ALIGNMENT
);