We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab90f7a commit cfcbf23Copy full SHA for cfcbf23
cpp/autosar/test/rules/A16-2-2/test2.cpp
@@ -1,5 +1,5 @@
1
-#include "test.hpp"
2
-#include "z.h"
+#include "test.hpp" // COMPLIANT
+#include "z.h" // COMPLIANT
3
4
void test() {
5
f();
0 commit comments