public static int Main() { Nested n = new Nested(); return(n.D() == MyEnum.V ? 0 : 1); }
static int Main () { Nested n = new Nested (); return n.D() == MyEnum.V ? 0 : 1; }