Added file cs0201.cs
[mono.git] / mcs / errors / cs0183.cs
index 228445ff6b7f4758e0d1e4f890943f92b52ec121..781e693dbd04780c65ca960b8cbb8d7a693bceaf 100755 (executable)
@@ -5,7 +5,7 @@ class X {
 
        static void Main ()
        {
-               int i;
+               int i = 5;
 
                if (i is int){
                }