aboutsummaryrefslogtreecommitdiff
path: root/util/romcc/tests/linux_test11.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/romcc/tests/linux_test11.c')
-rw-r--r--util/romcc/tests/linux_test11.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/util/romcc/tests/linux_test11.c b/util/romcc/tests/linux_test11.c
deleted file mode 100644
index 9c1183fd87..0000000000
--- a/util/romcc/tests/linux_test11.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "linux_syscall.h"
-#include "linux_console.h"
-
-static void test(void)
-{
- signed char x;
- x = -1;
- print_debug_hex32(x);
- print_debug("\n");
- _exit(0);
-}