Test the dead-store checker using both -warn-dead-stores and -checker-simple.

llvm-svn: 52568
This commit is contained in:
Ted Kremenek 2008-06-20 23:14:52 +00:00
parent c9cea053ba
commit 22cf89d9cd
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// RUN: clang -warn-dead-stores -verify %s
// RUN: clang -checker-simple -verify %s
void f1() {
int k, y;