Sign in
ara-mdk
/
platform
/
external
/
clang
/
b2d6bc30a454c6831730eba322ffa6e2db751129
/
.
/
test
/
Analysis
/
svalbuilder-logic.c
blob: bc79f859053c0cb12290f1102d11d76179e16267 [
file
] [
log
] [
blame
]
// 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
);
}