[metadata] Fix leaks when handling a few attributes (#16675)
[mono-project.git] / mcs / tests / test-496.cs
blobe06d36611c18991101a281157c7c18b1e030528e
1 // Compiler options: -unsafe
3 unsafe class Baz
5 struct Foo
7 public Foo *next;
10 public static void Main ()