1 2 3 4 5 6
description( 'Tests that compiling a numeric comparison function does not crash' ); var a, b; (function () { return a - b; })();