diff options
Diffstat (limited to 'Tests/TryCompile/Inner/innerexe.c')
-rw-r--r-- | Tests/TryCompile/Inner/innerexe.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/TryCompile/Inner/innerexe.c b/Tests/TryCompile/Inner/innerexe.c index 9b121a1..e329c5f 100644 --- a/Tests/TryCompile/Inner/innerexe.c +++ b/Tests/TryCompile/Inner/innerexe.c @@ -1,2 +1,5 @@ extern int innerlib(void); -int main() { return innerlib(); } +int main() +{ + return innerlib(); +} |