此模块的文档可以在模块:Test/doc创建
function p.crash() local tbl = {} while true do tbl[#tbl + 1] = "test" end return "未触发限制" end