diff options
Diffstat (limited to 'apps/test.c')
-rw-r--r-- | apps/test.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/test.c b/apps/test.c new file mode 100644 index 0000000..40ba715 --- /dev/null +++ b/apps/test.c @@ -0,0 +1,5 @@ +int main(int argc, char *argv[]) +{ + int a = 42 >> 6; + return a; +} |