(header ((h) ihello provides) ((sut) illegal_interface_incomplete component) ((w) iworld requires))
(state ((h) (seen . false)) ((sut) (seen . false)) ((w) (idle . false)))
<external>.h.hello -> ...
... -> sut.h.hello
sut.w.hello -> ...
... -> <external>.w.hello
... <- <external>.w.return
sut.w.return <- ...
... <- sut.h.world
<external>.h.world <- ...
... <- sut.h.return
<external>.h.return <- ...
(state ((h) (seen . true)) ((sut) (seen . true)) ((w) (idle . false)))
(trail "h.hello" "w.hello" "w.return" "h.world" "h.return")
test/all/illegal_interface_incomplete/illegal_interface_incomplete.dzn:45:3: error: illegal
<external>.h.bye -> ...
... -> sut.h.bye
sut.w.bye -> ...
... -> <external>.w.bye
<illegal>
(state ((h) (seen . true)) ((sut) (seen . false)) ((w) (idle . false)))
test/all/illegal_interface_incomplete/illegal_interface_incomplete.dzn:45:3: error: illegal
(trail "h.bye" "w.bye" "<illegal>")
(labels "h.hello" "h.bye")
(eligible)
