4c7a8ee2创建于 2023年12月8日历史提交
<?php

require "tests.php";

$c = new C();
$d = new D();
$d->DoSomething($c);

check::done();