t / t4018 / cpp-union-definitionon commit add -p: fix counting when splitting and coalescing (b3e0fcf)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};