1<?php
2
3function f(): int {
4    return g();
5}
6