Merge pull request #4003 from ntherning/ignore-disconnected-interfaces-in-HttpListene...
[mono.git] / mcs / tests / support-353.cs
1 using System;
2  
3 public class Three {
4         public static void Main ()
5         {
6                 One o = new One ();
7         }
8 }