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