blob: d24ff5f7ca575391fbd27ef083431868d3b15c9a [file] [log] [blame]
#include "depd_export.h"
#include "depA.h"
struct DEPD_EXPORT DepD
{
int foo();
DepA getA();
};