fun f() { if (false) "no"; else return "ok"; } print f(); // expect: ok