2 /* { dg-do compile } */
3 /* { dg-options "" } */
8 typedef int T
__attribute__((aligned (N
)));
9 typedef int T
__attribute__((aligned (N
* 2)));
10 typedef int T
__attribute__((aligned (N
)));
13 _Static_assert (_Alignof (T
) == N
* 2, "N * 2");