ink/testing/regression/semantics/global-shadowing-2.ink

3 lines
45 B
Text

VAR foo = "global"
~ temp foo = "temp"
{foo}