diff --git a/testif1/err.msg b/testif1/err.msg new file mode 100644 index 000000000..5740a4d81 --- /dev/null +++ b/testif1/err.msg @@ -0,0 +1 @@ +[testif1\testif1.cpp:5]: Found "if (condition);" diff --git a/testif1/testif1.cpp b/testif1/testif1.cpp new file mode 100644 index 000000000..a848e85a0 --- /dev/null +++ b/testif1/testif1.cpp @@ -0,0 +1,7 @@ + + +void f() +{ + if (ab); + cd = ef; +}