2 !!DESCRIPTION!! Testing empty bodied switch statements.
4 !!LICENCE!! GPL, read COPYING.GPL
9 unsigned char success=0;
10 unsigned char failures=0;
11 unsigned char dummy=0;
18 void switch_no_body(void)
23 void switch_empty_body(void)
28 /* only worried about this file compiling successfully */
36 printf("failures: %d\n",failures);