/* { dg-do run } */ #include "check.h" typedef __SIZE_TYPE__ size_t; #define ALIGNMENT 256 int main(void) { int a[ALIGNMENT/sizeof(int)] __attribute__((aligned(ALIGNMENT))); check (&a, ALIGNMENT); return 0; }