public static int test_4_vtype() { GcFooStruct s = new GcFooStruct(1, 2, 3); GC.Collect(1); return (int)s.o1 + (int)s.o2; }
public static int test_4_vtype() { GcFooStruct s = new GcFooStruct(1, 2, 3); GC.Collect(1); return((int)s.o1 + (int)s.o2); }