aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/test.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/test.c b/apps/test.c
deleted file mode 100644
index bce7343..0000000
--- a/apps/test.c
+++ /dev/null
@@ -1,5 +0,0 @@
-int main()
-{
- int a = 42 >> 6;
- return a;
-}