zig/test/link/static_lib_as_system_lib/a.h

3 lines
55 B
C

#include <stdint.h>
int32_t add(int32_t a, int32_t b);