summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/strings-unconstrained.sy
blob: 38e69e337220c6281c73d3e6a86cb2d6614227da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; EXPECT: unsat
; COMMAND-LINE: --no-dump-synth
(set-logic SLIA)
(synth-fun f ((firstname String) (lastname String)) String
((Start String (ntString))

(ntString String (
firstname 
lastname 
" "
(str.++ ntString ntString)))
))

(check-synth)

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback