[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[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 }