public static int Main_old()
            {
                StructsTestClass_24_Struct1 s = new StructsTestClass_24_Struct1();

                s.i = 42;
                Call(s);
                return(s.i == 42 ? 0 : 1);
            }
            public static int Main_old()
            {
		        StructsTestClass_24_Struct1 s = new StructsTestClass_24_Struct1();
		        s.i = 42;
		        Call(s);
                return(s.i == 42 ? 0 : 1);
            }