diff options
Diffstat (limited to 'test/link/static_lib_as_system_lib/a.h')
| -rw-r--r-- | test/link/static_lib_as_system_lib/a.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/link/static_lib_as_system_lib/a.h b/test/link/static_lib_as_system_lib/a.h new file mode 100644 index 0000000000..7b45d54d56 --- /dev/null +++ b/test/link/static_lib_as_system_lib/a.h @@ -0,0 +1,2 @@ +#include <stdint.h> +int32_t add(int32_t a, int32_t b); |
