1 // RUN: clang -emit-llvm -x c++ < %s
2 
3 void f(int x) {
4           if (x != 0) return;
5 }
6