[metadata] Fix leaks when handling a few attributes (#16675)
[mono-project.git] / mcs / tests / test-559-lib.cs
blobadbbe8aecbd46de2239a502a2519b0194e619984
1 // Compiler options: -target:library
3 public class B
5 public delegate void TestDelegate ();
6 public virtual event TestDelegate TestEvent;