zig/test/link/interdependent_static_c_libs/a.h

3 lines
55 B
C

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