t / t4018 / cpp-union-definitionon commit t7406: avoid having git commands upstream of a pipe (65799fb)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};