Copied remotely
[mono.git] / mcs / errors / cs0029-5.cs
1 class X {
2         static void Main()
3         {
4                 int a = new T ();
5         }
6 }
7
8 struct T {
9 }