1// { dg-do run  }
2int main()
3{
4  char c = '\351';
5  if (c != '\351')
6    return 1;
7}
8