eol
[mcs.git] / tests / test-144.cs
blob3e1929415de4ef4a7e96908938dae209011492d4
1 using System;
3 public class Test
5 const int A = unchecked ((int)0x80000000);
6 const int B = checked ((int)0x08000000);
8 public static void Main ()