blob: 8de4f8976c1ad05bc76703ce172ffa1f4a2f82ee [file] [log] [blame]
# DO NOT EDIT; generated by go run testdata/gen.go
#
-- in.cue --
{
a: >=0 & <=10 & !=1
}
-- out/def --
a: >=0 & <=10 & !=1