Merge from mainline
[official-gcc.git] / gcc / testsuite / consistency.vlad / layout / align-wchar.c
blobe5b498ade39b82090b202e1ba4c4416c72586b6c
1 #include <stdio.h>
2 #include <stddef.h>
4 static wchar_t w;
6 int main(void)
8 printf ("+++wchar_t alignment:\n");
9 printf ("%d\n", __alignof__ (w));
10 return 0;