blob: 84e361103b9b66421f0cf957c533b487bc634fad [file] [log] [blame]
# 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){
}