t / t4018 / cpp-union-definitionon commit commit: remove unused function clear_commit_marks_for_object_array() (6fcec2f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};