summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/strings-unconstrained.sy
blob: 49272165d279314900da5fdb665bb07d72534634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; EXPECT: unsat
; COMMAND-LINE: --lang=sygus2 --sygus-out=status
(set-logic SLIA)
(synth-fun f ((firstname String) (lastname String)) String
((ntString String))
((ntString String (
firstname 
lastname 
" "
(str.++ ntString ntString)))
))

(check-synth)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback