t / t4018 / cpp-union-definitionon commit add "ok=sigpipe" to test_must_fail and use it to fix flaky tests (8bf4bec)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};