summaryrefslogtreecommitdiffstats
path: root/Tests/SourceGroups/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SourceGroups/main.c')
-rw-r--r--Tests/SourceGroups/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SourceGroups/main.c b/Tests/SourceGroups/main.c
index f646b49..85a6c8b 100644
--- a/Tests/SourceGroups/main.c
+++ b/Tests/SourceGroups/main.c
@@ -14,7 +14,7 @@ extern int tree_foobar(void);
extern int tree_baz(void);
extern int nested(void);
-int main()
+int main(void)
{
printf("foo: %d bar: %d foobar: %d barbar: %d baz: %d\n", foo(), bar(),
foobar(), barbar(), baz());