Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / node_modules / grunt / node_modules / uglify-js / test / unit / compress / test / issue30.js
1 var a = 1 << 3;
2 var b = 8 >> 1;
3 var c = 8 >>> 1;