summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/issue6298-par.sy
blob: bffa02b29233673c89d1730cab72582f161a2898 (plain)
1
2
3
4
5
6
; EXPECT: unsat
; COMMAND-LINE: --lang=sygus2 --sygus-out=status
(set-logic ALL)
(declare-datatypes (( List 1)) ( (par (T) ((nil) (cons (head T) (tail (List T)))))))
(synth-fun f () (List Int))
(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback