aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/unicode/using.lua
blob: 8b6bd1c9de94f4f3da1bb9ce8aaa37ef4090d2d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
local _u4f60_u597d = "你好"
local _u4e16_u754c = "世界"
local _
_ = function()
	local _u4f60_u597d = 3223
end
_ = function(_u53c2_u6570a)
	local _u4f60_u597d = 3223
	_u53c2_u6570a = 323
end
_ = function(_u53c2_u6570a, _u53c2_u6570b, _u53c2_u6570c)
	_u53c2_u6570a, _u53c2_u6570b, _u53c2_u6570c = 1, 2, 3
	local _u4e16_u754c = 12321
end
_ = function(_u53c2_u6570a, _u53c2_u6570e, _u53c2_u6570f)
	local _u53c2_u6570b, _u53c2_u6570c
	_u53c2_u6570a, _u53c2_u6570b, _u53c2_u6570c = 1, 2, 3
	local _u4f60_u597d = 12321
	local _u4e16_u754c = "yeah"
end
_ = function()
	local _u4f60_u597d = _u4f60_u597d or 2
end
do
	local _u53d8_u91cfa = { }
	_(function()
		local _u5143_u7d20x, _u5143_u7d20y = _u53d8_u91cfa[1], _u53d8_u91cfa[2]
	end)
end
return nil