t / t4018 / cpp-union-definitionon commit Merge branch 'sd/t3200-branch-m-test' (1565b18)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};