t / t4018 / cpp-union-definitionon commit commit: push commit_index update into alloc_commit_node (969eba6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};