zig/test/link/interdependent_static_c_libs/a.c

5 lines
71 B
C

#include "a.h"
int32_t add(int32_t a, int32_t b) {
return a + b;
}