# DO NOT EDIT; generated by go run testdata/gen.go # raw: true -- in.cue -- {a: "", b: len(a)} -- out/def -- a: "" b: 0 -- out/export -- a: "" b: 0 -- out/yaml -- a: "" b: 0 -- out/json -- {"a":"","b":0} -- out/eval/stats -- Leaks: 0 Freed: 3 Reused: 1 Allocs: 2 Retain: 0 Unifications: 3 Conjuncts: 4 Disjuncts: 3 -- out/eval -- (struct){ a: (string){ "" } b: (int){ 0 } } -- out/compile -- --- in.cue { { a: "" b: len(怈0;a怉) } }