blob: 6e485ce80e53ab9771891f8e932d78f817c86864 [file] [log] [blame]
<?php
require "tests.php";
$c = new C();
$d = new D();
$d->DoSomething($c);
check::done();