Add region store model to path-sensitive testing.

llvm-svn: 58983
This commit is contained in:
Zhongxing Xu 2008-11-10 09:43:12 +00:00
parent 18d6fd45de
commit 7be05ed6b8
1 changed files with 1 additions and 0 deletions

View File

@ -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>