t / t4018 / cpp-union-definitionon commit grep: change the internal PCRE macro names to be PCRE1 (3485bea)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};