[msbuild] Bump msbuild to pick up SDK updates (#5548)
[mono.git] / mcs / tests / test-256.cs
index 5d6d063ee619f95a17cc305c27858fab7524a896..17e7d9c478a542899f7c584c1b4c96b1399fa734 100644 (file)
@@ -23,7 +23,7 @@ class Bug
     
     public static void Main ()
     {
-        const object o = 1;       
+        const object o = null;       
     }
 
 }