diff options
Diffstat (limited to 'test cases/unit/68 static link/lib/func11.c')
-rw-r--r-- | test cases/unit/68 static link/lib/func11.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/unit/68 static link/lib/func11.c b/test cases/unit/68 static link/lib/func11.c new file mode 100644 index 0000000..1d5119b --- /dev/null +++ b/test cases/unit/68 static link/lib/func11.c @@ -0,0 +1,6 @@ +int func10(); + +int func11() +{ + return func10() + 1; +} |