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