t / t4018 / cpp-union-definitionon commit rebase: add a config option to default to --reschedule-failed-exec (969de3f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};