7b87f0cc创建于 2023年8月3日历史提交
public static class Test
{
	public static bool Run()
	{
		int i = 0xea << 24;
		return ((i >> 24) & 0xff) == 0xea;
	}
}