t / t4018 / cpp-union-definitionon commit t6302: skip only signed tags rather than all tests when GPG is missing (618310a)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};