[asp.net] Optimize memory usage a bit. String hashes are cached in thread-local storage.
[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 {}