Skip to content

Commit 3034493

Browse files
committed
Remove main
1 parent 3a3eba2 commit 3034493

File tree

1 file changed

+1
-3
lines changed
  • c/misra/test/rules/RULE-12-5

1 file changed

+1
-3
lines changed

c/misra/test/rules/RULE-12-5/test.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ void sample(int32_t nums[4], const char string[], int32_t x) {
2323
"%lu\n",
2424
sizeof(
2525
local_string)); // COMPLIANT: `local_string` not a function parameter
26-
}
27-
28-
int main() { return 0; }
26+
}

0 commit comments

Comments
 (0)