t / t4034 / matlab / poston commit grep: fix segfault under -P + PCRE2 <=10.30 + (*NO_JIT) (a25b908)
   1(0) (-0e10) 'y';
   2[x] {x} x.y;
   3~x;
   4x*y x.*y x/y x./y x^y x.^y x.\y x.';
   5x+y x-y;
   6x&y x&&y x|y x||y;
   7x<y x<=y x>y x>=y;
   8x==y x~=y;
   9x,y;