main contract Foo = type state = unit entrypoint init(): state = () entrypoint foo'(): unit = () entrypoint foo'bar'(): unit = ()