Y
Hacker News
new
|
ask
|
show
|
jobs
by
dragontamer
2053 days ago
The x++ isn't necessary.
x = 1; assert(x==1); // May fail in a parallel world