2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / gtest-144.cs
blob8b2a166638304a0775a8b14bc103e5fdba31f5b9
1 using System;
3 namespace Test
5 public class Application
7 public static void Main()
9 string[] array = new string[10];
11 System.Collections.Generic.IEnumerable<string> enumer = array;