Merge pull request #4816 from BrzVlad/fix-remoting-exception
[mono.git] / mcs / tests / test-813.cs
1 using System;
2
3 [assembly: System.CLSCompliant (true)]
4
5 namespace NS.System
6 {
7         class A
8         {
9                 public static void Main ()
10                 {
11                 }
12         }
13 }