void function(); void function(); void function(int x); void function() { int x; x = 4; int y = 4; y = x + 3; } void f() { function(); }