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