t / t4018 / cpp-union-definitionon commit merge-file: clamp exit code to maximum 127 (e34f802)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};