t / chainlint / multi-line-nested-command-substitution.teston commit pack-objects: move tree_depth into 'struct packing_data' (108f530)
   1(
   2        foo &&
   3        x=$(
   4                echo bar |
   5                cat
   6        ) &&
   7        echo ok
   8) |
   9sort