普通文本  |  9行  |  117 B

#ifdef _MSC_VER
__declspec(dllexport)
#else
__attribute__((visibility("default")))
#endif
int foo() {
  return 42;
}