t / t4018 / cpp-union-definitionon commit read_raw_ref(): manage own scratch space (42a38cf)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};