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