packages feed

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

// unnamed spread
#let f(.., a) = a
#test(f(1, 2, 3), 3)