Merge pull request #4816 from BrzVlad/fix-remoting-exception
[mono.git] / mcs / tests / test-875-lib.cs
1 // Compiler options: -t:library
2
3 namespace N
4 {
5         public class Lib
6         {
7         }
8 }