Merge pull request #5714 from alexischr/update_bockbuild
[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 }