blob: fe2954ce90e58359fd5f6dcb395d71873bd179ae [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 --
{}
-- out/compile --
--- in.cue
{
{
#Foo: {
#Bar: (〈1;#Foo〉|string)
}
}
}