summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/lex1.C
blob: 174ec77b97fc047e64139bcf020799d99cf6cc36 (plain)
1
2
3
4
5
6
int main()
{
  char c = '\351';
  if (c != '\351')
    return 1;
}