t / t4018 / cpp-union-definitionon commit prune: keep objects reachable from recent objects (d3038d2)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};