t / t4018 / cpp-union-definitionon commit sequencer: introduce todo_list_write_to_file() (616d774)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};