t / t4018 / cpp-class-constructor-mem-initon commit parse_color: recognize "no$foo" to clear the $foo attribute (ff40d18)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}