cleol
[mcs.git] / tests / test-615.cs
blob8ff11370e6440c396351a64d399e2ff1d2772332
1 class C
3 public static void Main ()
5 const bool b = int.MinValue == 0x80000000;
7 ulong res = 0;
8 char c = 'c';
9 res = res * 16 + c;