blob: 101631f3e5015036f00713edaf00432971817053 [file]
<?php
namespace D\C;
class CL {
public function __construct() {
echo 'test';
}
}
?>