local function test()
test()
end
In lua compiled in msvc2017, this code will cause a crash.
--actboy168