lsl.js 82 B

123456
  1. var m = function (){
  2. var i = 0;var j = 0;var r = 0;
  3. i = 1;
  4. j = 2;
  5. r = i << j;
  6. }();