jrsonnet
refs/commits
16d0d0ea3d7b
tests/golden_destruct/mutual_recursive_locals.jsonnet
1local {a= b+1, b = c+1, c = 3} = {}; a