zig/test/link/common_symbols/a.c

7 lines
65 B
C

int i;
int j;
int add_to_i_and_j(int x) {
return x + i + j;
}