8 public static int Main ()
12 long c
= -9223372036854775808;
15 object o
= -(2147483648);
16 if (o
.GetType () != typeof (long))
19 o
= -(uint)2147483648;
20 Console
.WriteLine (o
.GetType ());
21 if (o
.GetType () != typeof (long))
25 byte b1
= (int)(0x30);