getelem-sanity-6.js (99B)
1 var x = {1: 2, 3: 4}; 2 assertEq(x[1], 2); 3 4 /* getelem with non-dense array and known type int32. */