t / t4018 / cpp-union-definitionon commit t9300: factor out portable "head -c" replacement (4886081)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};