public class C { public static int X { get { return 32; } set { } } static C() { X = 1; } }