From 16604c4ea0ebe44f12741d3d6efed0dc1867204f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 22 Jul 2020 00:50:41 +0200 Subject: Okidoki, seems to work! --- apps/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/test.c b/apps/test.c index 40ba715..bce7343 100644 --- a/apps/test.c +++ b/apps/test.c @@ -1,4 +1,4 @@ -int main(int argc, char *argv[]) +int main() { int a = 42 >> 6; return a; -- cgit v1.2.3