t / t4018 / cpp-union-definitionon commit fast-export: do not copy from modified file (b3e8ca8)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};