Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / consistency.vlad / layout / size-long.c
blob87095fde0c02446eb18abb8dd9fc4e1c5e61fb22
1 #include <stdio.h>
3 static long lll;
5 int main(void)
7 printf ("+++Long size:\n");
8 printf ("%d\n", sizeof (lll));
9 return 0;