index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
ion
/
bug678620.js
blob: 9c2def329425080c1696289b99a96b457a26b983 (
plain
)
1
2
3
4
5
6
function
f0
()
{
var
v0
;
(
++
v0
)
^
(
v0
--
);
}
print
(
f0
());