lex1.C   [plain text]


// { dg-do run  }
int main()
{
  char c = '\351';
  if (c != '\351')
    return 1;
}