swc/crates/swc_ecma_minifier/tests/pass-1/compute/1/input.js

9 lines
201 B
JavaScript
Raw Normal View History

console.log((function () {
var a = [
94,
173,
190,
239
], b = 0;
return b |= 94, b <<= 8, b |= 173, b <<= 8, b |= 190, b <<= 8, b |= 239;
})().toString(16));