blob: 67b013078c883090d0dd97a5bc5c6e4ae43936bd [file] [log] [blame]
/* PR c/5225 */
/* { dg-do compile } */
int main()
{
int i;
+i = 1; /* { dg-error "lvalue required as left operand of assignment" } */
return 0;
}