packages feed

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

// Ref: false
// Destructuring with multiple placeholders.
#let (a, _, c, _) = (1, 2, 3, 4)
#test(a, 1)
#test(c, 3)