t / t4018 / cpp-union-definitionon commit sideband: do not read beyond the end of input (59a255a)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};