1 // CS0208: Cannot take the address of, get the size of, or declare a pointer to a managed type `object'
3 // Compiler options: -unsafe
6 using System
.Runtime
.InteropServices
;
11 unsafe static extern object* valuePop (IntPtr context
);
12 public static void Main ()