t / t4018 / cpp-union-definitionon commit usage.c: move format processing out of die_errno() (58e4e51)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};