t / t4018 / cpp-union-definitionon commit show_ref(): convert local variable peeled to object_id (a0cde90)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};