public static FooStruct3 meth_12(FooStruct3 arg0) { if (arg0 != new FooStruct3() { i = true, j = false }) { throw new Exception(); } return(new FooStruct3() { i = true, j = false }); }
public static int test_0_12() { FooStruct3 res = (FooStruct3)typeof(Tests).GetMethod("meth_12").Invoke(null, new object [] { new FooStruct3() { i = true, j = false } }); if (res != new FooStruct3() { i = true, j = false }) { return(1); } return(0); }