diff options
Diffstat (limited to 'test cases/common/137 whole archive/func2.c')
-rw-r--r-- | test cases/common/137 whole archive/func2.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/common/137 whole archive/func2.c b/test cases/common/137 whole archive/func2.c new file mode 100644 index 0000000..4fe7150 --- /dev/null +++ b/test cases/common/137 whole archive/func2.c @@ -0,0 +1,7 @@ +#define BUILDING_DLL + +#include<mylib.h> + +int func2(void) { + return 42; +} |