8 lines
69 B

#include "depg_export.h"
struct DEPG_EXPORT DepG
{
int foo();
};