[metadata] Fix leaks when handling a few attributes (#16675)
[mono-project.git] / mcs / tests / gtest-166.cs
blob693ebe8ea208671c06aa24065265d534292d131a
1 // Compiler options: -r:gtest-166-lib.dll
3 using System;
5 public class Foo
7 public static void Main ()
9 Comparison<TestClass.A<TestClass.Nested>> b = TestClass.B.Compare;