t / chainlint / command-substitution.expecton commit cocci: FLEX_ALLOC_MEM to FLEX_ALLOC_STR (0cf2b0a)
   1(
   2        foo &&
   3        bar=$(gobble) &&
   4        baz
   5>) &&
   6(
   7?!AMP?! bar=$(gobble blocks)
   8        baz
   9>)