1 2 3 4 5 6 7 8 9 10 11 12 13
#include "depD.h" int DepD::foo() { return 0; } DepA DepD::getA() { DepA a; return a; }