t / t4018 / cpp-union-definitionon commit builtin/submodule--helper: store update_clone information in a struct (f1d1571)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};