t / t4018 / cpp-union-definitionon commit commit: fix erroneous BUG, 'multiple renames on the same target? how?' (3e73cc6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};