blob: 1339bfe06982372b15d89c827e002fc793a314bd [file] [log] [blame]
cue vet -c vet.cue
cmp stdout expect-stdout
-- expect-stdout --
-- vet.cue --
#Schema1: {
a?: int
}
instance1: #Schema1