packages feed

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

#{
  let f(..a, b, c, d) = none

  // Error: 4-10 missing argument: d
  f(1, 2)
}