Reports the functions that were declared in a class but have no implementations.

Example:

class Test {
  public:
    void setUp();
};