declare function MV_CRASH(void): void

crashes the VM and corrupts the state.

Valid Usage

MV_VM(function() MV_CRASH() end)()
MV_VM(function()
    local a = MV_CRASH()
end)()