t / t4018 / cpp-union-definitionon commit sha1_name: convert disambiguate_hint_fn to take object_id (d2b7d9c)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};