cuelang.org/go@v0.13.0/cue/testdata/definitions/root2.txtar (about) 1 -- in.cue -- 2 root2: 1 3 #Root2: {} 4 #Root2 5 -- out/eval/stats -- 6 Leaks: 0 7 Freed: 3 8 Reused: 0 9 Allocs: 3 10 Retain: 1 11 12 Unifications: 3 13 Conjuncts: 5 14 Disjuncts: 4 15 -- out/eval -- 16 (#struct){ 17 root2: (int){ 1 } 18 #Root2: (#struct){ 19 } 20 } 21 -- out/compile -- 22 --- in.cue 23 { 24 root2: 1 25 #Root2: {} 26 〈0;#Root2〉 27 }