summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/svalbuilder-logic.c
blob: 41d4fe21c2f0018a0eeb153ed780a37d777c8826 (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -analyze -analyzer-checker=core,unix -verify %s
// expected-no-diagnostics

// Testing core functionality of the SValBuilder.

int SValBuilderLogicNoCrash(int *x) {
  return 3 - (int)(x +3);
}
OpenPOWER on IntegriCloud