diff --git a/resources/testproject/hello_world.c3 b/resources/testproject/hello_world.c3 index 8877a4a25..9e3b61836 100644 --- a/resources/testproject/hello_world.c3 +++ b/resources/testproject/hello_world.c3 @@ -4,7 +4,7 @@ import bar; extern fn int test_doubler(int); extern fn void printf(char *, ...); -fn int main(int x) +fn int main() { printf("Hello World!\n"); bar::test();