other.c 89 Bytes Raw Blame History Permalink 1 2 3 4 5 extern int foo(int x) { int y = x + 42; // break other int z = y + 42; return z; }