blob: cd6d53c3567c90c1a1cd1d6cceedb880dbb5eb56 [file] [log] [blame] [edit]
int g();
int main() {
int x = g();
int y = x*x;
return y;
}