summaryrefslogtreecommitdiff
path: root/test/definition/call.lua
blob: 42502f40103fde4f44dfc174e29d4c2824d50550 (plain)
1
2
3
4
5
6
7
8
TEST [[
function f()
    local <!x!>
    return <!x!>
end
local <!y!> = f()
print(<?y?>)
]]