llvm-project/clang/test/CodeGenCXX/expr.cpp

6 lines
86 B
C++

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