t / t4018 / cpp-union-definitionon commit p5551: add a script to test fetch pack-dir rescans (7893bf1)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};