t / t4018 / cpp-union-definitionon commit completion: fix most spots not respecting 'git --git-dir=<path>' (3bcb41f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};