// Can't pre-increment int func() { const int x = 2; ++x; }