[runtime] Avoid indirection when building MonoContext on darwin
[mono.git] / mcs / tests / test-284.cs
1 public class App
2 {
3     public static void Main()
4     {
5         object a = uint.MaxValue - ushort.MaxValue;
6     }
7 }