2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / consistency.vlad / layout / align-ptrdiff.c
blobff19b5c1e3541f9474e0d9dbd45900a900943339
1 #include <stdio.h>
2 #include <stddef.h>
4 static ptrdiff_t pd;
6 int main(void)
8 printf ("+++ptrdiff_t alignment:\n");
9 printf ("%d\n", __alignof__ (pd));
10 return 0;