Switch to compiler-tester
[mono.git] / mcs / tests / test-partial-07.cs
1 using System;
2 using System.Runtime.InteropServices;
3
4 [Obsolete]
5 public partial class Test
6 { }
7
8 class X
9 {
10         static void Main ()
11         { }
12 }