Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / gtest-641.cs
1 // Compiler options: -r:gtest-641-lib.dll
2
3 using System;
4
5 class SomeClass
6 {
7         public static void Main ()
8         {
9                 IEquatable<Foo<int>.Bar.FooBar> a = new Foo<int>.Bar.FooBar ();
10         }
11 }