t / t4018 / cpp-union-definitionon commit rerere.c: move error_errno() closer to the source system call (f7566f0)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};