DEBSOURCES
Skip Quicknav
sources / golang-github-cue-lang-cue / 0.12.0.-1 / internal / core / export / testdata / selfcontained / def.txtar
12345678910111213141516
#path: a.b -- in.cue -- #def: { a: 1 } a: b: c: #def -- out/self/default -- c: DEF.#x //cue:path: #def let DEF = { #x: { a: 1 } }