diff options
Diffstat (limited to 'tests/switch.c')
-rw-r--r-- | tests/switch.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/switch.c b/tests/switch.c deleted file mode 100644 index b1b7733..0000000 --- a/tests/switch.c +++ /dev/null @@ -1,10 +0,0 @@ -void f(void) { - switch (0) { - case 3: break; - case 52: break; - case -3: break; - default: break; - case 0: break; - case 101: break; - } -} |