Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Analysis / Inputs / Models / notzero.model
blob26161029d6ed6f2ce414ccae9bf2f2b588a66a7f
1 bool notzero(int i) {
2  return i != 0;