...
1# DO NOT EDIT; generated by go run testdata/gen.go
2#
3raw: true
4-- in.cue --
5{a: "", b: len(a)}
6-- out/def --
7a: ""
8b: 0
9-- out/export --
10a: ""
11b: 0
12-- out/yaml --
13a: ""
14b: 0
15-- out/json --
16{"a":"","b":0}
17-- out/eval/stats --
18Leaks: 0
19Freed: 3
20Reused: 1
21Allocs: 2
22Retain: 0
23
24Unifications: 3
25Conjuncts: 4
26Disjuncts: 3
27-- out/eval --
28(struct){
29 a: (string){ "" }
30 b: (int){ 0 }
31}
32-- out/compile --
33--- in.cue
34{
35 {
36 a: ""
37 b: len(ć0;ać)
38 }
39}
View as plain text