(header ((h) ihello provides) ((sut) compliance_provides_illegal4 component) ((w) ihello requires))
(state ((h)) ((sut)) ((w)))
test/all/compliance_provides_illegal4/compliance_provides_illegal4.dzn:46:20: error: illegal
<external>.h.hello -> ...
... -> sut.h.hello
sut.w.cruel -> ...
... -> <external>.w.cruel
... <- <external>.w.world
sut.<q> <- ...
... <- <external>.w.return
sut.w.return <- ...
... <- sut.<q>
sut.w.world <- ...
<illegal>
(state ((h)) ((sut)) ((w)))
test/all/compliance_provides_illegal4/compliance_provides_illegal4.dzn:46:20: error: illegal
(trail "h.hello" "w.cruel" "w.world" "w.return" "<illegal>")
(labels "h.cruel" "h.hello" "w.world")
(eligible)
