Test: Added "testif1", contains "if (ab);"
This commit is contained in:
parent
4f2f651d18
commit
97043b85f3
|
@ -0,0 +1 @@
|
||||||
|
[testif1\testif1.cpp:5]: Found "if (condition);"
|
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
void f()
|
||||||
|
{
|
||||||
|
if (ab);
|
||||||
|
cd = ef;
|
||||||
|
}
|
Loading…
Reference in New Issue