blob: c8c82140a35fd19e05982b7a1f98fee53599b653 [file] [log] [blame]
-- in.cue --
a: b: {
for x in b {}
x: {
c: m
d: y
e: f
f: 1
g: b.x
}
y: 3
}
m: 3
-- out/dependencies/field --
-- out/dependencies/all --
m
-- out/dependencies/dynamic --
m
a.b.y
a.b.x.f
a.b