Home | History | Annotate | Download | only in dir1
      1 #ifdef _WIN32
      2 __declspec(dllexport)
      3 #endif
      4 int func1(void) {
      5   return 42;
      6 }
      7