Merge from mainline
[official-gcc.git] / gcc / testsuite / consistency.vlad / layout / size-bool.cpp
blob9d2d55c4ea065a82e76bb3d8826cc807e8a2fb71
1 #include <stdio.h>
3 static bool bbb;
5 int main(void)
7 printf ("+++Bool size:\n");
8 printf ("%d\n", sizeof (bbb));
9 return 0;