aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarvin Borner2020-07-22 00:50:41 +0200
committerMarvin Borner2020-07-22 00:50:41 +0200
commit16604c4ea0ebe44f12741d3d6efed0dc1867204f (patch)
tree7560d30955b7619ca53b2b69b4bc8332054e37f5 /apps
parenta06e4d3a2e0c00210b54f5c060e90c8e5b425646 (diff)
Okidoki, seems to work!
Diffstat (limited to 'apps')
-rw-r--r--apps/test.c2
1 files changed, 1 insertions, 1 deletions
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;