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
/
jaeger
/
compare-wrong-1.js
blob: dec3ada4570b326bba67c8fb9ee7a5cd5a0d70eb (
plain
)
1
2
3
4
function
f
(
a
)
{
return
a
;
}
assertEq
(
print
<
f
,
false
);
assertEq
(
print
>
f
,
true
);