diff options
Diffstat (limited to 'tests/static-lib1.c')
-rw-r--r-- | tests/static-lib1.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/static-lib1.c b/tests/static-lib1.c new file mode 100644 index 0000000..56a5c00 --- /dev/null +++ b/tests/static-lib1.c @@ -0,0 +1,7 @@ +#include "static-lib.h" + +int p; + +int f() { + return 17 + g(); +} |