public static void UnitTest_10028() { TestVector3 a = TestVector3.One; float b = 1f; TestVector3 c = new TestVector3(); a.Test(out c, out b); }
public static void UnitTest_10028() { TestVector3 a = TestVector3.One; float b = 1f; #if COMPILE_BUG TestVector3 c = new TestVector3(); a.Test(out c, out b); #endif }