summaryrefslogtreecommitdiff
path: root/regress/usr.bin/pcc/ccom/switch001.c
diff options
context:
space:
mode:
Diffstat (limited to 'regress/usr.bin/pcc/ccom/switch001.c')
-rw-r--r--regress/usr.bin/pcc/ccom/switch001.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/regress/usr.bin/pcc/ccom/switch001.c b/regress/usr.bin/pcc/ccom/switch001.c
deleted file mode 100644
index dfa75eaa125..00000000000
--- a/regress/usr.bin/pcc/ccom/switch001.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Should not compile. */
-int
-main(int argc, char **argv)
-{
- double d = 0.0;
-
- switch (d) {
- }
-
- return 0;
-}