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