packages feed

typst-0.1.0.0: test/typ/compiler/return-00.typ

// Test return with value.
#let f(x) = {
  return x + 1
}

#test(f(1), 2)