swc/ecmascript/codegen/tests/test262/41e79ea43f242aed.js

8 lines
95 B
JavaScript
Raw Normal View History

(function(a) {
switch(a){
case 1:
default:
2020-07-28 15:56:19 +03:00
b("c");
}
}());