alert(1) // add semi-colon here to make this code work (function(){alert(2)})()
alert(1) void function(){alert(2)}()