func g() -> u16: return g() func h() -> bool: return h() func test() -> u16: return 65535us || g()