Copied remotely
[mono.git] / mcs / errors / cs1501-7.cs
1 public class A {
2     A[] test = {
3         new A("test")
4     };
5 }