(header ((h) ihello provides) ((sut) compliance_failures_illegal component) ((w) iworld requires))
<external>.h.hello -> ...
... -> sut.h.hello
sut.w.hello -> ...
... -> <external>.w.hello
... <- <external>.w.return
sut.w.return <- ...
... <- sut.h.return
<external>.h.return <- ...
(trail "h.hello" "w.hello" "w.return" "h.return")
test/all/compliance_failures_illegal/compliance_failures_illegal.dzn:61:5: error: non-compliance
<external>.h.hello -> ...
... -> sut.h.hello
sut.w.hello -> ...
... -> <external>.w.hello
... <- <external>.w.return
sut.w.return <- ...
... <- sut.h.return
<non-compliance>
test/all/compliance_failures_illegal/compliance_failures_illegal.dzn:61:5: error: non-compliance
(trail "h.hello" "w.hello" "w.return" "h.return" "<non-compliance>")
(labels "h.hello" "w.world")
(eligible)
