mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
parent
b2e86b0087
commit
ea58c0c344
1 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
|||
// |jit-test| exitstatus: 6;
|
||||
// |jit-test| error: 42;
|
||||
|
||||
for (var x of [0]) {
|
||||
timeout(0.001);
|
||||
for (;;) {}
|
||||
for (var i = 0; ; i++) {
|
||||
if (i === 20000)
|
||||
throw 42;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue