t / t4018 / cpp-union-definitionon commit unpack-trees: be specific what part of the index has changed (a5c446f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};