aboutsummaryrefslogtreecommitdiff
path: root/util/romcc/tests/simple_test64.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/romcc/tests/simple_test64.c')
-rw-r--r--util/romcc/tests/simple_test64.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/util/romcc/tests/simple_test64.c b/util/romcc/tests/simple_test64.c
deleted file mode 100644
index 389b1c1e32..0000000000
--- a/util/romcc/tests/simple_test64.c
+++ /dev/null
@@ -1,12 +0,0 @@
-static void main(void)
-{
- static const int foo = 2;
- switch(foo) {
- case 1:
- break;
- case 2:
- break;
- default:
- break;
- }
-}