packages feed

typst-0.1.0.0: test/typ/compiler/array-18.typ

// Error: 2-24 array index out of bounds (index: -4, len: 3)
#(1, 2, 3).slice(0, -4)