1 2#include "depA.h" 3#include "depd_export.h" 4 5struct DEPD_EXPORT DepD 6{ 7 int foo(); 8 9 DepA getA(); 10}; 11 12