t / t4018 / cpp-union-definitionon commit parse_color: recognize "no$foo" to clear the $foo attribute (ff40d18)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};