[asp.net] Optimize memory usage a bit. String hashes are cached in thread-local storage.
[mono.git] / mcs / tests / test-695-3-lib.cs
1 // Compiler options: -t:library
2
3 using System.Reflection;
4
5 [assembly: AssemblyFlags ((uint) AssemblyNameFlags.PublicKey)]
6
7 class Foo
8 {
9 }