Merge pull request #5675 from mono/glib-debug-symbols
[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 }