t / t4018 / cpp-union-definitionon commit t0027: Add repoMIX and LF_nul (8eeab92)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};