t / t4018 / cpp-union-definitionon commit Merge branch 'yk/git-tag-remove-mention-of-old-layout-in-doc' (24cfb6f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};