t / t4018 / cpp-union-definitionon commit completion: fill COMPREPLY directly when completing paths (7b00342)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};