added check_initializer_deref.c
commit6c712fd1e5f840ae09c92285b80710064f53b684
authorDan Carpenter <error27@gmail.com>
Thu, 23 Jul 2009 19:02:40 +0000 (23 22:02 +0300)
committerDan Carpenter <error27@gmail.com>
Thu, 23 Jul 2009 19:02:40 +0000 (23 22:02 +0300)
tree441d6de908d5ff856f4b3bc9b389832363367379
parent63777c37929b39636615331a0a433c2d0c89eefe
added check_initializer_deref.c

I have an idea that people are sloppy about what they put in the
initializers.  Sometimes they dereference stuff and then check it
later.  This is what this test looks for.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_initializer_deref.c [new file with mode: 0644]
smatch.c