[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[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 {}