Merge pull request #4003 from ntherning/ignore-disconnected-interfaces-in-HttpListene...
[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 }