blob: 210b2c44fa15956c6ef12f3370672b56fc57b4ff [file] [edit]
int __a_global = 1;
int a(int arg) {
int result = arg + __a_global;
return result;
}