Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / gtest-166.cs
1 // Compiler options: -r:gtest-166-lib.dll
2
3 using System;
4
5 public class Foo
6 {
7         public static void Main () 
8         {
9                 Comparison<TestClass.A<TestClass.Nested>> b = TestClass.B.Compare;
10         }
11 }