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