summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sygus/no-logic.sy
blob: 06fc876cd33103ae38bc9069c62dfb28ec6d28ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; REQUIRE: no-competition
; COMMAND-LINE: --sygus-out=status --lang=sygus2
; EXPECT-ERROR: no-logic.sy:8.10: No set-logic command was given before this point.
; EXPECT-ERROR: no-logic.sy:8.10: CVC4 will make all theories available.
; EXPECT-ERROR: no-logic.sy:8.10: Consider setting a stricter logic for (likely) better performance.
; EXPECT-ERROR: no-logic.sy:8.10: To suppress this warning in the future use (set-logic ALL).
; EXPECT: unsat
(synth-fun f ((x Int)) Int
  ((Start Int))
  (
    (Start Int (x))
  )
)

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