Test: Test that 'a=b; if (a==b)' don't generate false positives
This commit is contained in:
parent
2c9a688dd4
commit
2490357054
|
@ -0,0 +1,14 @@
|
|||
|
||||
|
||||
void f()
|
||||
{
|
||||
doc = cur->doc;
|
||||
if (doc != NULL)
|
||||
dict = doc->dict;
|
||||
else
|
||||
dict = NULL;
|
||||
if (dict != NULL) {
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue