blob: a56bd5dc1d8c7db87329b9a3c5b0ef711b5ab757 [file] [log] [blame]
class
#ifdef _WIN32
__declspec(dllexport)
#endif
Bar
{
public:
int bar();
};