Merge pull request #3528 from BrzVlad/fix-sgen-check-before-collections
[mono.git] / mono / tests / TestingReferenceAssembly.cs
1 using System.Runtime.CompilerServices;
2
3 [assembly: ReferenceAssemblyAttribute]
4
5 public class X {
6         public int Y;
7 }