t / t4018 / cpp-union-definitionon commit builtin/blame: convert struct origin to use struct object_id (a7bcfa1)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};