diff options
Diffstat (limited to 'Tests/CMakeOnly/LinkInterfaceLoop/lib.c')
-rw-r--r-- | Tests/CMakeOnly/LinkInterfaceLoop/lib.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/CMakeOnly/LinkInterfaceLoop/lib.c b/Tests/CMakeOnly/LinkInterfaceLoop/lib.c index fede1d6..abe3b78 100644 --- a/Tests/CMakeOnly/LinkInterfaceLoop/lib.c +++ b/Tests/CMakeOnly/LinkInterfaceLoop/lib.c @@ -1 +1,4 @@ -int lib(void) { return 0; } +int lib(void) +{ + return 0; +} |