t / t4018 / cpp-union-definitionon commit unpack-trees: optimize walking same trees with cache-tree (b4da373)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};