zig/test/link/common_symbols/c.c

6 lines
63 B
C

extern int k;
int common_defined_externally() {
return k;
}