xref: /PHP-8.1/ext/opcache/tests/gh8063/Foo.inc (revision f20e11cb)
1<?php
2
3class Foo
4{
5    function dummy(): void
6    {
7    }
8}
9