6 lines
45 B
PHP
6 lines
45 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
function f(): int {
|
||
|
|
return g();
|
||
|
|
}
|