#include "Base.h" @protocol DerivedProtocol - (void) test2; @end