don't allow transfer on input arguments
Submitted by Pavel Holejsovsky
Link to original bug (#630788)
Description
Since it is not recommended for functions to take ownership of input arguments, testsuite should not do it either. In case of inout arguments, transfer annotation specifies only transfer mode for 'out' direction, but regress implements it also as transfer for in.