Closed lcartey closed 1 month ago
RULE-8-13
Functions without a body anywhere in the program cannot be analyzed.
void f(int* x); // COMPLIANT
Affected rules
RULE-8-13
Description
Functions without a body anywhere in the program cannot be analyzed.
Example