New testcase, distilled from 'screen' by Misha
[oota-llvm.git] / test / CFrontend / 2003-08-20-BadBitfieldRef.c
1 void foo()
2 {
3   char *ap;
4   ap[1] == '-' && ap[2] == 0;
5 }
6