add SafeSerializationEventArgs
[mcs.git] / tests / test-761-lib.cs
blob0a2349f06a92f1c2a5bf19b38bb3fb455464fbc5
1 // Compiler options: -t:library
3 using System;
5 public class DerivedAttribute : BaseAttribute {}
7 [AttributeUsage(AttributeTargets.Property, AllowMultiple = true)]
8 public class BaseAttribute : System.Attribute {}