testBug663789-1.js (80B)
1 function f() { 2 a = arguments; 3 return a[0] - a[1]; 4 } 5 6 [1,2,3,4].sort(f);