t / t4018 / cpp-union-definitionon commit wt-status: make the require_clean_work_tree() function reusable (fd84986)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};