blob: c1e29c2466f7e47ca711494e2a49d43d5861ed2d [file] [log] [blame]
#include "sharedlib.h"
#ifndef SHAREDLIB_DEFINE
# error Expected SHAREDLIB_DEFINE
#endif
#ifdef HEADERONLY_DEFINE
# error Unexpected HEADERONLY_DEFINE
#endif
#ifndef DEFINE_IFACE_DEFINE
# error Expected DEFINE_IFACE_DEFINE
#endif
int main(int, char**)
{
SharedLibObject slo;
return slo.foo();
}