summaryrefslogtreecommitdiffstats
path: root/Tests/Dependency/Case1/b.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Dependency/Case1/b.c')
-rw-r--r--Tests/Dependency/Case1/b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/Dependency/Case1/b.c b/Tests/Dependency/Case1/b.c
index deda685..f4ef707 100644
--- a/Tests/Dependency/Case1/b.c
+++ b/Tests/Dependency/Case1/b.c
@@ -1,6 +1,6 @@
-extern int a();
+extern int a(void);
-int b()
+int b(void)
{
return a() + 17;
}