# 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/stats -- Leaks: 0 Freed: 1 Reused: 0 Allocs: 1 Retain: 0 Unifications: 1 Conjuncts: 2 Disjuncts: 1 -- out/eval -- (struct){ }