
f() = g();  // 'f' is recursive (well, could be...)
g() = 78;
