blob: 3ecfae37840b4beb2a18aa60ad65a9ad1e223c0c [file] [log] [blame]
cue eval ./in.cue
cmp stdout expect-stdout
-- expect-stdout --
import "list"
def: {
#types: list.MinItems(1)
}
-- in.cue --
import (
"list"
)
def: #types: list.MinItems(1)