# DO NOT EDIT; generated by go run testdata/gen.go # -- in.cue -- { $type: 3 "_": int "_foo": int _bar: int } -- out/def -- $type: 3 "_": int "_foo": int _bar: int -- out/compile -- --- in.cue { { $type: 3 "_": int "_foo": int _bar: int } } -- out/eval/stats -- Leaks: 0 Freed: 5 Reused: 3 Allocs: 2 Retain: 0 Unifications: 5 Conjuncts: 6 Disjuncts: 5 -- out/eval -- (struct){ $type: (int){ 3 } "_": (int){ int } "_foo": (int){ int } _bar: (int){ int } }