[asp.net] Optimize memory usage a bit. String hashes are cached in thread-local storage.
[mono.git] / mcs / tests / test-601.cs
1 using System;
2
3 // Tests where keyword sensitivity
4
5 class C
6 {
7         delegate void MarkerUpdatedVMDelegate (IntPtr buffer, IntPtr where);
8         
9         public static void Main () {}
10 }