We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3eba2 commit 3034493Copy full SHA for 3034493
1 file changed
c/misra/test/rules/RULE-12-5/test.c
@@ -23,6 +23,4 @@ void sample(int32_t nums[4], const char string[], int32_t x) {
23
"%lu\n",
24
sizeof(
25
local_string)); // COMPLIANT: `local_string` not a function parameter
26
-}
27
-
28
-int main() { return 0; }
+}
0 commit comments