t / t4018 / cpp-union-definitionon commit Merge branch 'jc/receive-deny-current-branch-fix' into maint (7d483e9)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};