[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / tests / test-460.cs
blob280cf64f026e83b81de9bb1a463358064972236b
1 // Compiler options: -unsafe
3 unsafe class MainClass {
4 static void *pv = null;
5 static int *pi = (int *) pv;
6 public static void Main () { }