1
1
mirror of https://github.com/wader/fq.git synced 2024-11-30 09:58:13 +03:00
fq/format/luajit/testdata/negative.lua

8 lines
89 B
Lua

f1 = function(x)
return x * -2973289
end
f2 = function(x)
return x * -38793457897
end