1 // Test for bug 76550 -- EmitAssign getting called
5 public static void Main ()
13 static void TestPreinc (int i
)
25 static void TestPostinc (int i
)
37 static void Assert (int a
, int b
)
42 throw new System
.Exception ("Incorrect was: " + a
+ " should have been " + b
+ ".");