blob: 5c1dc1464b4ebc97408de4483e5ee5e382e1382f [file] [log] [blame]
# DO NOT EDIT; generated by go run testdata/gen.go
#
raw: true
eval: true
-- in.cue --
{
FindInMap :: {
"Fn::FindInMap" :: [string | FindInMap]
}
a: [...string]
}
-- out/def --
FindInMap :: {
"Fn::FindInMap" :: [string | FindInMap]
}
a: [...string]
-- out/export --
a: []
-- out/yaml --
a: []
-- out/json --
{"a":[]}