[asp.net] Optimize memory usage a bit. String hashes are cached in thread-local storage.
[mono.git] / mcs / tests / test-782.cs
1 // Compiler options: -codepage:utf8
2
3 // Tokenizer test
4
5 class Test {
6
7         public int Ă„ndern;
8
9         public static void Main()
10         {
11         }
12 }