packages feed

typst-0.1.0.0: test/typ/compiler/let-22.typ

// Trailing placeholders.
// Error: 10-11 not enough elements to destructure
#let (a, _, _, _, _) = (1,)
#test(a, 1)