blob: e6be22cb509179e794e6f94c69cb719c6d4f2088 [file] [log] [blame]
main(x) {
a() {
return x;
}
print(a());
return a;
}