[System.Core] SLE from CoreFX including interpreter
[mono.git] / mcs / tests / test-761-lib.cs
1 // Compiler options: -t:library
2
3 using System;
4
5 public class DerivedAttribute : BaseAttribute {}
6
7 [AttributeUsage(AttributeTargets.Property, AllowMultiple = true)]
8 public class BaseAttribute : System.Attribute {}