summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/expr.cpp
blob: 6d641dcb622db5c6e635ae465c7a31dd6037720f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// RUN: %clang_cc1 -emit-llvm -x c++ < %s

void test0(int x) {
          if (x != 0) return;
}


// PR5211
void test1() {
  char *xpto;
  while ( true && xpto[0] );
}
OpenPOWER on IntegriCloud