[CPP-340] Adjust annotations in test.c file.

This commit is contained in:
Ziemowit Laski
2019-04-30 13:21:36 -07:00
parent be77eb7367
commit 17066cfe3e

View File

@@ -26,9 +26,9 @@ void test(int *argv[]) {
declared_with(1); // GOOD
undeclared(); // GOOD
undeclared(1); // BAD
undeclared(1); // GOOD
not_yet_declared1(1); // BAD
not_yet_declared1(1); // GOOD
not_yet_declared2(1); // GOOD
not_yet_declared2(ca); // BAD
not_yet_declared2(); // BAD