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