master
1extern int k;
2
3int common_defined_externally() {
4  return k;
5}