t / t4018 / cpp-union-definitionon commit index-pack: complain when --stdin is used outside of a repo (7176a31)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};