blob: 5b8efacdd775dab6db8d7a7d692636f0de2fb5e3 [file] [log] [blame]
// RUN: clang -emit-llvm -x c++ < %s
void f(int x) {
if (x != 0) return;
}