other.cpp 71 B

123456
  1. #ifdef _WIN32
  2. __declspec(dllexport)
  3. #endif
  4. int other() {
  5. return 0;
  6. }