function f(undefined) {
return a ? b : c ? d : void 0;
}
function g(undefined) {
return a ? b : c ? d : void e();