1 2 3 4 5 6 7 8 9
/* PR c/5225 */ /* { dg-do compile } */ int main() { int i; +i = 1; /* { dg-error "invalid lvalue in assignment" } */ return 0; }