# DO NOT EDIT; generated by go run testdata/gen.go | |
# | |
raw: true | |
-- in.cue -- | |
{ | |
if false { | |
{a: 1} | {b: 1} | |
} | |
} | |
-- out/def -- | |
-- out/export -- | |
-- out/yaml -- | |
{} | |
-- out/json -- | |
{} | |
-- out/compile -- | |
--- in.cue | |
{ | |
{ | |
if false { | |
({ | |
a: 1 | |
}|{ | |
b: 1 | |
}) | |
} | |
} | |
} | |
-- out/eval -- | |
(struct){ | |
} |