diff options
Diffstat (limited to 'Tests/OutOfBinary/outlib.c')
-rw-r--r-- | Tests/OutOfBinary/outlib.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Tests/OutOfBinary/outlib.c b/Tests/OutOfBinary/outlib.c index 9ea579b..d309ebe 100644 --- a/Tests/OutOfBinary/outlib.c +++ b/Tests/OutOfBinary/outlib.c @@ -1,2 +1,4 @@ -int outlib() { return 456; } - +int outlib() +{ + return 456; +} |