blob: e57d1a77592a5221fc28b22026c75321113f4256 [file] [log] [blame]
# DO NOT EDIT; generated by go run testdata/gen.go
#
raw: true
eval: true
-- in.cue --
{
Foo :: {
Bar :: Foo | string
}
}
-- out/def --
Foo :: {
Bar :: Foo | string
}
-- out/export --
-- out/yaml --
{}
-- out/json --
{}