typst-0.1.0.0: test/typ/compiler/block-05.typ
// Double block creates a scope.
#{{
import "module.typ": b
test(b, 1)
}}
// Error: 2-3 unknown variable: b
#b
// Double block creates a scope.
#{{
import "module.typ": b
test(b, 1)
}}
// Error: 2-3 unknown variable: b
#b