t / t4018 / cpp-union-definitionon commit t6120: test for describe with a bare repository (c801170)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};