t / t4018 / cpp-union-definitionon commit completion: fix completion after 'git -C <path>' (336d694)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};