t / t4018 / cpp-union-definitionon commit commit_lock_file_to(): refactor a helper out of commit_lock_file() (751bace)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};