aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarvin Borner2020-06-17 18:31:46 +0200
committerMarvin Borner2020-06-17 18:31:46 +0200
commiteed77bd2970a00d1394ed027ceca5b646e4671ce (patch)
treec44643d98aed2b6818f2b33417c0dea9c5853094 /apps
parent49dfa1f4021026bf7c4d77817959c8aa24067016 (diff)
Started rewrite
Diffstat (limited to 'apps')
-rw-r--r--apps/test.c5
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;
+}