[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs8385.cs
blob5fa9f794ccf7bd15398033cc3a3f04e6c6447cef
1 // CS8385: The given expression cannot be used in a fixed statement
2 // Line: 9
3 // Compiler options: -unsafe
5 unsafe struct S
7 public void Test ()
9 fixed (S* i = null) {