
#include "depA.h"
#include "depc_export.h"

struct DEPC_EXPORT DepC
{
  int foo();

  DepA getA();
};
