[runtime] Fix DISABLE_REFLECTION_EMIT build.
[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 }