summaryrefslogtreecommitdiff
path: root/deps/gyp/test/additional-targets/src/dir1/lib1.c
blob: df4cb10f796e29858e9c989abc50357d4bec19d8 (plain)
1
2
3
4
5
6
#ifdef _WIN32
__declspec(dllexport)
#endif
int func1(void) {
  return 42;
}