parser/tests/0002/code.php
2022-11-29 00:46:05 +00:00

6 lines
53 B
PHP

<?php
function foo(): never|string {
exit(1);
}