eol
[mcs.git] / tests / gtest-326.cs
blob2a3969950391047129d6be4e511a209457e6dda6
1 // Compiler options: /r:gtest-326-lib.dll
2 using System;
4 public class A : C5.ArrayList<int>
5 { }
7 class X
9 static void Main ()
11 A x = new A ();
12 foreach (int i in x) {