Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / gtest-144.cs
1 using System;
2
3 namespace Test
4 {
5         public class Application
6         {
7                 public static void Main()
8                 {
9                         string[] array = new string[10];
10
11                         System.Collections.Generic.IEnumerable<string> enumer = array;
12                 }
13         }
14 }