aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/unicode/pipe_chain_combo.lua
blob: f48cb5b5b9643a62e1a0a3949108e02a725da403 (plain)
1
2
3
4
5
6
7
8
9
local _u52a0
_u52a0 = function(x)
	return x + 2
end
local _u4e58
_u4e58 = function(x)
	return x * 3
end
local _u503c = print(tostring(_u4e58(_u52a0(3))))