Sign in
webkit
/
WebKit
/
d5bc8626ff9394ad3cac4aff99be89e91a8d2265
/
.
/
LayoutTests
/
js
/
script-tests
/
numeric-compare.js
blob: 55d410b237571cb3b54eae3a229b2d41af145cf3 [
file
] [
log
] [
blame
]
description
(
'Tests that compiling a numeric comparison function does not crash'
);
var
a
,
b
;
(
function
()
{
return
a
-
b
;
})();