fun h(): void = none fun f(): void = h() fun main():void = f()