diff options
Diffstat (limited to 'apps/test.c')
-rw-r--r-- | apps/test.c | 5 |
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; -} |