zig/test/link/static_lib_as_system_lib/a.c

5 lines
71 B
C

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