1 // CS0036: An out parameter cannot have the `In' attribute
5 using System
.Runtime
.InteropServices
;
10 static void SetInteger ([In
] out int i
) {
14 public static void Main () {
17 Console
.WriteLine ("The compiler should say: ErrorCS0036: {0}", x
);