Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
JSTests
/
stress
/
regress-187373.js
blob: fe819f9bb99163e067690d7ff75bfbeaff14373c [
file
] [
log
] [
blame
]
async
function
*
fn
()
{
return
p
return
q
switch
(
0
)
{
case
1
:
i
++;
i
++;
foo
(
x
,
arguments
[
z
]);
break
;
}
}
fn
().
next
();