t / t4018 / cpp-union-definitionon commit parse-options: option to let --git-completion-helper show negative form (2b1c01d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};