1 // CS0280: `C.Fixable.GetPinnableReference(int)' has the wrong signature to be used in extensible fixed statement
3 // Compiler options: -unsafe -langversion:latest -warnaserror
9 public static void Main ()
11 fixed (int* p
= new Fixable ()) {
17 public ref int GetPinnableReference (int i
= 1)
19 throw new NotImplementedException ();