comparison: js/src/jit-test/tests/basic/bug608980.js
js/src/jit-test/tests/basic/bug608980.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 |
|
2 /* Don't trip bogus assert. */ |
|
3 |
|
4 function foo() |
|
5 { |
|
6 var x; |
|
7 while (x = 0) { |
|
8 x = 1; |
|
9 } |
|
10 } |
|
11 foo(); |