[metadata] Fix leaks when handling a few attributes (#16675)
[mono-project.git] / mcs / tests / test-916.cs
blobf63c1c26465bf82f537c5cfad99f69ef6553715c
1 public class Foo
3 public static class Nested
5 static int bar ()
7 return 0;
10 public static void Main ()
12 var i = bar ();
14 bool bar = false;