io.write("Running test.lua\n") a = my_function(1, 2, 3, "abc", "def") io.write("my_function() returned ", a.val, "\n") a:func()