2 // This exercises the various ways in which the new operator works
13 static bool receive
, create
, create_and_box
;
15 static void receiver (S x
)
22 create_and_box
= true;
32 public static int Main ()
45 if (create_and_box
== false)
48 Console
.WriteLine ("Test pass");