swc/ecmascript/codegen/tests/references/90ad0135b905a622.js

5 lines
56 B
JavaScript
Raw Normal View History

function a() {
var b = 1;
c && ( 2, 3, d, b);
}