packages feed

typst-0.12: test/typ/regression/pr-103-division-by-zero.typ

// Integer division by zero must yield an evaluation error, not crash (uncaught
// Haskell exception) the evaluator.
#(5 / 0)