2009-02-28 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / tests / test-211.cs
index f5942c40c7cdb7c83d46e1a3a68ec30f6e0338ca..81eecb75f647f862e5bbcd19e8b990c59811c80e 100644 (file)
@@ -46,6 +46,12 @@ class Z
        {
                int a = 5;
                Y y = (Y) (X) a;
+
+               //.
+               // Compile this:
+               //
+
+               int b = (System.Int32)int.Parse ("1");
                return 0;
        }
 }