diff options
Diffstat (limited to 'Tests/TryCompile/Inner/innerexe.c')
-rw-r--r-- | Tests/TryCompile/Inner/innerexe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/TryCompile/Inner/innerexe.c b/Tests/TryCompile/Inner/innerexe.c new file mode 100644 index 000000000..9b121a17d --- /dev/null +++ b/Tests/TryCompile/Inner/innerexe.c @@ -0,0 +1,2 @@ +extern int innerlib(void); +int main() { return innerlib(); } |