t / t4018 / cpp-union-definitionon commit fix cherry-pick/revert status after commit (4a72486)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};