lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


local function test()

    test()

end

test()

 

In lua compiled in msvc2017, this code will cause a crash.

 

--actboy168