[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / test-601.cs
blobbd4f4a91ac1ccd96a3b964a399b7e19829f8dedd
1 using System;
3 // Tests where keyword sensitivity
5 class C
7 delegate void MarkerUpdatedVMDelegate (IntPtr buffer, IntPtr where);
9 public static void Main () {}