[asp.net] Optimize memory usage a bit. String hashes are cached in thread-local storage.
[mono.git] / mcs / tests / test-571.cs
1 using System;
2 using System.Reflection;
3
4 using StringList = System.String;
5
6 [assembly: AssemblyTitle("Title")]
7
8 class Test {
9         public static void Main ()
10         {
11         }
12 }
13