[asp.net] Optimize memory usage a bit. String hashes are cached in thread-local storage.
[mono.git] / mcs / tests / test-645.cs
1 // Compiler options: -r:test-645-lib.dll
2
3 class C
4 {
5         public static void Main ()
6         {
7                 var n = new A.AN ();
8                 n.TestReturn ().Test ();
9         }
10 }