fun f() { if (true) { return "ok"; } } print(f()); # expect: ok