blob: c66e2f6af25a9320044ae9387b2618ff0fb2b7b4 [file] [log] [blame]
// ++i is always an lvalue
void
f()
{
bool i = 0;
++i = 3;
}