### Affected rules - `RULE-8-13` ### Description Functions without a body anywhere in the program cannot be analyzed. ### Example ```cpp void f(int* x); // COMPLIANT ```