t / t4018 / cpp-union-definitionon commit ls-files: convert show_ce_entry to take an index (ff020a8)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};