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