t / t4018 / cpp-union-definitionon commit tests: skip RFC1991 tests for gnupg 2.1 (c0e0ed6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};