blob: ce638b672f271ef169afbc2f7cf7196ba5f3302a [file] [log] [blame]
function f() {
var b, c;
var a = void ( b = 5, c = 7 );
return a;
}
assertEq(typeof f(), "undefined")