diff options
Diffstat (limited to 'meson/test cases/unit/66 static archive stripping/app/appB.c')
-rw-r--r-- | meson/test cases/unit/66 static archive stripping/app/appB.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson/test cases/unit/66 static archive stripping/app/appB.c b/meson/test cases/unit/66 static archive stripping/app/appB.c new file mode 100644 index 000000000..0ec0b629e --- /dev/null +++ b/meson/test cases/unit/66 static archive stripping/app/appB.c @@ -0,0 +1,4 @@ +#include <stdio.h> +#include <libB.h> + +int main(void) { printf("The answer is: %d\n", libB_func()); } |