Merge pull request #5714 from alexischr/update_bockbuild
[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 }