fun -int !test -int &arg1
stdout "this was called by a function!!!!\n"
return $arg1
endfun
pusharg 115
call !test &var
end $var