diff options
Diffstat (limited to 'Tests/RuntimePath/foo2.c')
-rw-r--r-- | Tests/RuntimePath/foo2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RuntimePath/foo2.c b/Tests/RuntimePath/foo2.c index 12a3e77..a105df9 100644 --- a/Tests/RuntimePath/foo2.c +++ b/Tests/RuntimePath/foo2.c @@ -1,4 +1,4 @@ -int foo2() +int foo2(void) { return 0; } |