Open thradams opened 8 months ago
int main() { unsigned int u = 9; if (u < 0) // always false u++; if (u >= 0) // always true u++; }