diff options
Diffstat (limited to 'Tests/Simple/simpleCLib.c')
-rw-r--r-- | Tests/Simple/simpleCLib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Simple/simpleCLib.c b/Tests/Simple/simpleCLib.c index f1c5ac2..88fc33e 100644 --- a/Tests/Simple/simpleCLib.c +++ b/Tests/Simple/simpleCLib.c @@ -8,4 +8,5 @@ int FooBar() { printf("Count: %d/%d\n", class, private); } + return 0; } |