2020-02-01 23:06:01 +01:00

11 lines
103 B
C

#include "depA.h"
#include "depc_export.h"
struct DEPC_EXPORT DepC
{
int foo();
DepA getA();
};