From eed77bd2970a00d1394ed027ceca5b646e4671ce Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 17 Jun 2020 18:31:46 +0200 Subject: Started rewrite --- apps/test.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apps/test.c (limited to 'apps') 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; +} -- cgit v1.2.3