[asp.net] Optimize memory usage a bit. String hashes are cached in thread-local storage.
[mono.git] / mcs / tests / test-752.cs
1 // Compiler options: -r:test-752-lib.dll
2
3 class M : B
4 {
5         public static void Main ()
6         {
7         }
8 }