blob: e901fd066bbcac52bc54edb23ee6f611d469af6a (
plain)
1
2
3
4
5
6
7
8
9
10
|
// |jit-test| skip-if: helperThreadCount() === 0
enableOsiPointRegisterChecks();
evalInWorker(`
function DiagModule(stdlib, foreign) {
"use asm";
function diag() {
while(1) {}
}
return {};
`);
|