t / t4018 / cpp-union-definitionon commit merge-recursive: make sure when we say we abort that we actually abort (9270239)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};