(function(){ const a = "foo"; if (false) a = "false"; return a; })();