hdiff
packages
feed
typst
-0.1.0.0: test/typ/compiler/closure-04.typ
// Redefined variable. #{ let x = 1 let f() = { let x = x + 2 x } test(f(), 3) }