Open thradams opened 8 months ago
int main() { int i = 0; switch(!i) { case 1: break; default: break; } }