// cs0134.cs: `o': the constant of reference type other than string can only be initialized with null // Line: 6 public class C { public static void Main () { const object o = 1; } }