1 // Compiler options: -optimize+
4 using System
.Reflection
;
17 double d
= new double ();
20 decimal dec2
= new decimal ();
22 ValueType BoolVal
= (ValueType
)null;
28 ValueType
[] a_v
= null;
33 public static event D Ev1
= null;
34 public static event D Ev2
= null;
35 protected static string temp
= null, real_temp
= null;
49 public static int Main ()
54 if ((typeof (X2
).Attributes
& TypeAttributes
.BeforeFieldInit
) == 0)
57 Console
.WriteLine ("OK");