summaryrefslogtreecommitdiff
path: root/test/diagnostics/code-after-break.lua
blob: a150948ba1faa0df3d2afb13a301d03035a424aa (plain)
1
2
3
4
5
6
7
TEST [[
while true do
    break
    <!print()
    print()!>
end
]]