Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / gtest-405.cs
1 using System.Collections.Generic;
2 using System;
3         
4 public struct AllocationClassData<T>
5 {
6         static Comparison<AllocationClassData<T>> hh;
7 }
8
9 class C
10 {
11         public static void Main ()
12         {
13         }
14 }