7b87f0cc创建于 2023年8月3日历史提交
public class Test
{
	Test? Ref;

	public static bool Run()
	{
		Test() o;
		o.Ref = o;
		return true;
	}
}