t / t4018 / cpp-union-definitionon commit delete_refs(): new function for the refs API (98ffd5f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};