t / t4018 / cpp-union-definitionon commit sequencer: remember the onelines when parsing the todo file (c22f7df)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};