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