blob: 6eb06f88cae1a14594d75b12b02de64accb39c83 [file] [log] [blame]
# DO NOT EDIT; generated by go run testdata/gen.go
#
-- in.cue --
{
[string]: _
foo: 3
}
-- out/def --
foo: 3
...
-- out/export --
foo: 3
-- out/yaml --
foo: 3
-- out/json --
{"foo":3}