[metadata] Fix leaks when handling a few attributes (#16675)
[mono-project.git] / mcs / tests / test-debug-08.cs
blob7c105faef3563400ee1403bc59418339f0b162aa
1 // Compiler options: -optimize
3 class C
5 public static void Main ()
7 return;
10 void Foo ()
14 int Foo2 ()
16 return 7;
19 int Foo3 ()
23 return 2;