t / t4018 / cpp-union-definitionon commit t5562: replace /dev/zero with a pipe from generate_zero_bytes (cc95bc2)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};