t / t4018 / cpp-union-definitionon commit strbuf_getwholeline: use getc_unlocked (82912d1)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};