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