2005-06-03 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / tests / 2test-17.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 }