[metadata] Fix leaks when handling a few attributes (#16675)
[mono-project.git] / mcs / tests / test-824-lib.cs
blob69d4f7bb041efc1b3203388ef77f8a195a6ffb8c
1 // Compiler options: -t:library
3 public interface IAAA
7 public interface IBBB
11 public interface IYYY
13 void Foo(IAAA query);
17 public interface IZZZ : IYYY
19 void Foo(IBBB command);