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