t / t4018 / cpp-union-definitionon commit tests: don't swallow Git errors upstream of pipes (61de0ff)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};