forked from OSchip/llvm-project
Add region store model to path-sensitive testing.
llvm-svn: 58983
This commit is contained in:
parent
18d6fd45de
commit
7be05ed6b8
|
@ -1,4 +1,5 @@
|
|||
// RUN: clang -std=gnu99 -checker-simple -verify %s
|
||||
// RUN: clang -std=gnu99 -checker-simple -analyzer-store-region -verify %s
|
||||
|
||||
#include<stdint.h>
|
||||
#include <assert.h>
|
||||
|
|
Loading…
Reference in New Issue