t / t4018 / cpp-union-definitionon commit t3506: validate '-m 1 -ff' is now accepted for non-merge commits (1c32013)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};