t / t4018 / cpp-union-definitionon commit clone: --dissociate option to mark that reference is only temporary (fb1d6da)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};