Hi,
this was supposed to be solved officially a while ago but does not work
with current git anymore (on Ubuntu 19.10).
To be concrete: The print statement in function foo() might be executed
when called but does not appear.
<hansl>
function scalar foo (void)
print "Some message!" # NOT PRINTED
return 1
end function
if foo() == 1
print "Expect to see before the string 'Some message!'"
endif
</hansl>
Best,
Artur