You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is working as intended. The 1 is a uint literal, and the - makes it wrap around to uint::MAX. It would get killed by the OOM killer if you waited long enough.
The following program compiles, but when launched, it uses 100% of one cpu core but never finishes:
EDIT: System & Version:
The text was updated successfully, but these errors were encountered: