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

// Testing core functionality of the SValBuilder.

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