#include "sharedlib_export.h"

struct SHAREDLIB_EXPORT SharedLibObject
{
  int foo() const;
};