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