open-card-table/incorrect_oct_init.lua

5 lines
52 B
Lua

function oct_init()
x = 0;
x = x + "asdf"
end