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