xref: /PHP-8.0/Zend/tests/bug67436/c.inc (revision f8d79582)
1<?php
2
3class c {
4    const TESTCONSTANT = "c::TESTCONSTANT";
5}
6