t / t4018 / cpp-union-definitionon commit tests: factor portable signal check out of t0005 (9b67c99)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};