t / t4018 / cpp-union-definitionon commit Merge branch 'tz/branch-doc-remove-set-upstream' (0186e9e)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};