contract Test = entrypoint f() = () entrypoint g(x : int, y : string) = f(1) entrypoint h() = g(1) entrypoint i() = g("Litwo, ojczyzno moja")