We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f2b31 commit d0807dbCopy full SHA for d0807db
cpp/autosar/test/rules/M0-1-10.1/test.cpp
@@ -16,7 +16,7 @@ std::int32_t func2() // COMPLIANT: Called from func1
16
return mains::var + 20;
17
}
18
19
-std::int32_t func1() { // COMPLIANT: Called from main
+std::int32_t func1() { // COMPLIANT: Called from main
20
return mains::var + func2(); // func2 called here.
21
22
0 commit comments