zig/test/link/interdependent_static_c_libs/b.h

3 lines
55 B
C

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