Merge pull request #4003 from ntherning/ignore-disconnected-interfaces-in-HttpListene...
[mono.git] / mcs / tests / test-557.cs
1 class Test 
2
3         public static void Main (params string [] args)
4         {
5         }
6 }