long a = 6l; if (a == 0) { if (false) return; } a = 5;
long a = 6l; if (a != 0) { a = 5; } else { if (false) return; }