!752

p {
  printStruct(getFlexMatchIC2("(a|b) *", "a bla"));
  printStruct(getFlexMatchIC2("yo * (a|b) *", "yo uhm what? b bla bla"));
}