blob: 0856cd4e007b2e49c2ecb015f81648aab3f30ec2 [file] [log] [blame]
#ifdef _MSC_VER
__declspec(dllexport)
#else
__attribute__((visibility("default")))
#endif
int foo() {
return 42;
}