2 using System
.Reflection
;
3 using System
.Runtime
.InteropServices
;
8 public static extern void printf(string format
, __arglist
);
12 if (typeof (Program
).GetMethod ("printf").CallingConvention
!= CallingConventions
.VarArgs
)
15 Console
.WriteLine ("OK");