t / t4018 / cpp-union-definitionon commit t5000, t5003: do not use test_cmp to compare binary files (b93e6e3)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};