This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / tests / pp.cs
1 public class Provider {
2         public static void Main ()
3         {
4         }
5 }
6
7 public class Foo {
8         public static void Main ()
9         {
10         }
11 }