Test: Added "testif1", contains "if (ab);"

This commit is contained in:
Daniel Marjamäki 2007-05-19 19:20:43 +00:00
parent 4f2f651d18
commit 97043b85f3
2 changed files with 8 additions and 0 deletions

1
testif1/err.msg Normal file
View File

@ -0,0 +1 @@
[testif1\testif1.cpp:5]: Found "if (condition);"

7
testif1/testif1.cpp Normal file
View File

@ -0,0 +1,7 @@
void f()
{
if (ab);
cd = ef;
}