blob: 3055a6122fc20b237c8123f898562e7f3c574f22 [file] [log] [blame]
# DO NOT EDIT; generated by go run testdata/gen.go
#
-- in.cue --
{a: 1, b: a + 2, c: null, d: true, e: _, f: string}
-- out/def --
a: 1
b: 3
c: null
d: true
e: _
f: string