a.c 94 Bytes Raw Blame History Permalink 1 2 3 4 5 6 int __a_global = 1; int a(int arg) { int result = arg + __a_global; return result; }