...
In this example, is_ptr(e) returns true if expression e has a pointer type. is_ptr(e) calls variadic function isPtr(...), but the call takes place in a sizeof expression. Thus, isPtr(...) must be declared, but it need not, and should not, be defined.
Non-compliant Code Example
...