blob: b9e71a2146c881cefae6ea4750ba7120a65039e5 [file] [log] [blame]
-- in.cue --
Foo: {
}
Foo
-- out/eval --
(struct){
Foo: (struct){
}
}
-- out/compile --
--- in.cue
{
Foo: {}
0;Foo
}