2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / consistency.vlad / layout / size-float.c
blob49c12ddcfb51813c32e456748fe8e6f912b394c3
1 #include <stdio.h>
3 static float f;
5 int main(void)
7 printf ("+++Float size:\n");
8 printf ("%d\n", sizeof (f));
9 return 0;