summaryrefslogtreecommitdiff
path: root/_test/tests/lib/exe/js_js_compress/test-StatementSwitchCase-in.js
blob: 39ffc12396155ff4c212ea96c7e7ca82a7276150 (plain)
1
2
3
4
var x = 1;
switch  (x)  {
   case  1:  document.write(1);
}