cuelang.org/go@v0.10.1/internal/core/export/testdata/selfcontained/issue867.txtar (about) 1 #path: output 2 -- in.cue -- 3 t: {name: string} 4 output: [...t] 5 -- out/self/default -- 6 7 [...{ 8 name: string 9 }]