6 lines
63 B
C

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