## SHOULD_FAIL:COMPILE

const X = function() {
	if (1) { return "str" }
	return 22
}