packages feed

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

#let f(x) = x

// Error: 2-6 expected function, found integer
#f(1)(2)