diff options
Diffstat (limited to 'test/linker/foo.c')
-rw-r--r-- | test/linker/foo.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/linker/foo.c b/test/linker/foo.c index 187032ae2..cb4b940cd 100644 --- a/test/linker/foo.c +++ b/test/linker/foo.c @@ -1,3 +1 @@ -int foo() { - return 43; -} +int foo() { return 43; } |