diff options
Diffstat (limited to 'Tests/TryCompile/Inner/innerlib.c')
-rw-r--r-- | Tests/TryCompile/Inner/innerlib.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/TryCompile/Inner/innerlib.c b/Tests/TryCompile/Inner/innerlib.c index 0ce11799be..69653adc9e 100644 --- a/Tests/TryCompile/Inner/innerlib.c +++ b/Tests/TryCompile/Inner/innerlib.c @@ -1 +1,4 @@ -int innerlib(void) { return 0; } +int innerlib(void) +{ + return 0; +} |