Merge from mainline
[official-gcc.git] / gcc / testsuite / consistency.vlad / layout / align-longlong.c
blob450e275eb4647ea21514793ba393a1298ff0c17c
1 #include <stdio.h>
3 static long long ll;
5 int main(void)
7 printf ("+++Long long alignment:\n");
8 printf ("%d\n", __alignof__ (ll));
9 return 0;