aboutsummaryrefslogtreecommitdiff
path: root/apps/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/test.c')
-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;