packages feed

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

// Ref: false
// Destructuring with unnamed sink.
#let (a, ..) = (a: 1, b: 2)
#test(a, 1)