You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ravi/tests/comptests/inputs/06_storeglobal.lua

4 lines
77 B

f = compiler.load('x=1')
assert(f and type(f) == 'function')
f()
assert(x==1)