packages feed

typst-0.1.0.0: test/typ/compiler/recursion-02.typ

// Test capturing with named function.
#let f = 10
#let f() = f
#test(type(f()), "function")