t / t4018 / cpp-union-definitionon commit Merge branch 'jk/rev-list-has-no-notes' (0bb71fb)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};