2008-01-14 Sebastien Pouliot <sebastien@ximian.com>
[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 }