xref: /PHP-8.4/ext/opcache/tests/gh15021_a.inc (revision 2e9cc9bc)
1<?php
2
3if (getenv('RUNTIME')) {
4    function g(): int {
5        return 1;
6    }
7}
8