Switch to compiler-tester
[mono.git] / mcs / tests / test-353-p2.cs
1 using System;
2  
3 public class Three {
4         public static void Main ()
5         {
6                 One o = new One ();
7         }
8 }