t / t4018 / cpp-union-definitionon commit sequencer: left-trim lines read from the script (8f8550b)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};