t / t4018 / cpp-union-definitionon commit hex: make wraparound of the index into ring-buffer explicit (bb84735)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};