t / t4018 / cpp-union-definitionon commit t0021: compute file size with a single process instead of a pipeline (ec2e8b3)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};