blob: c214ca593d9cc93075496ca0ada9f81bd8f2e485 [file] [log] [blame]
void main() {
bool x = true;
if (x) return;
if (!x) return;
}