t / t4018 / cpp-union-definitionon commit regex: add regexec_buf() that can work on a non NUL-terminated string (2f89522)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};