private static void Test5a() { var fixture = new UInt32Fixture(); fixture.AddU4U4(1, 2); }
private static void Test5() { var fixture = new UInt32Fixture(); fixture.AddU4U4(200, 100); }