diff options
author | Marvin Borner | 2020-06-17 18:31:46 +0200 |
---|---|---|
committer | Marvin Borner | 2020-06-17 18:31:46 +0200 |
commit | eed77bd2970a00d1394ed027ceca5b646e4671ce (patch) | |
tree | c44643d98aed2b6818f2b33417c0dea9c5853094 /apps | |
parent | 49dfa1f4021026bf7c4d77817959c8aa24067016 (diff) |
Started rewrite
Diffstat (limited to 'apps')
-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; +} |