xref: /php-src/ext/opcache/tests/jit/gh8591-001.inc (revision 69d263e2)
1<?php
2
3declare(strict_types=1);
4
5interface ModelInterface
6{
7}
8